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