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