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