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