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