pub struct Equip(/* private fields */);Trait Implementations§
impl Copy for Equip
impl Eq for Equip
impl StructuralPartialEq for Equip
Auto Trait Implementations§
impl Freeze for Equip
impl RefUnwindSafe for Equip
impl Send for Equip
impl Sync for Equip
impl Unpin for Equip
impl UnwindSafe for Equip
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