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