pub struct Map<S, M> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<S, M> Freeze for Map<S, M>
impl<S, M> RefUnwindSafe for Map<S, M>where
S: RefUnwindSafe,
M: RefUnwindSafe,
impl<S, M> Send for Map<S, M>
impl<S, M> Sync for Map<S, M>
impl<S, M> Unpin for Map<S, M>
impl<S, M> UnwindSafe for Map<S, M>where
S: UnwindSafe,
M: UnwindSafe,
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