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