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