pub enum E {}
Trait Implementations§
Source§impl Ord for E
impl Ord for E
Source§impl PartialOrd for E
impl PartialOrd for E
impl Copy for E
impl Eq for E
impl StructuralPartialEq for E
Auto Trait Implementations§
impl Freeze for E
impl RefUnwindSafe for E
impl Send for E
impl Sync for E
impl Unpin for E
impl UnwindSafe for E
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