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