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