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