pub struct Ssf(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for Ssf
impl Ord for Ssf
Source§impl PartialOrd for Ssf
impl PartialOrd for Ssf
impl Copy for Ssf
impl Eq for Ssf
impl StructuralPartialEq for Ssf
Auto Trait Implementations§
impl Freeze for Ssf
impl RefUnwindSafe for Ssf
impl Send for Ssf
impl Sync for Ssf
impl Unpin for Ssf
impl UnwindSafe for Ssf
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more