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