pub struct Sef(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for Sef
impl Ord for Sef
Source§impl PartialOrd for Sef
impl PartialOrd for Sef
impl Copy for Sef
impl Eq for Sef
impl StructuralPartialEq for Sef
Auto Trait Implementations§
impl Freeze for Sef
impl RefUnwindSafe for Sef
impl Send for Sef
impl Sync for Sef
impl Unpin for Sef
impl UnwindSafe for Sef
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