Struct round_based::containers::push::Map
source · [−]pub struct Map<P, F> { /* private fields */ }Expand description
Trait Implementations
Auto Trait Implementations
impl<P, F> RefUnwindSafe for Map<P, F> where
F: RefUnwindSafe,
P: RefUnwindSafe,
impl<P, F> Send for Map<P, F> where
F: Send,
P: Send,
impl<P, F> Sync for Map<P, F> where
F: Sync,
P: Sync,
impl<P, F> Unpin for Map<P, F> where
F: Unpin,
P: Unpin,
impl<P, F> UnwindSafe for Map<P, F> where
F: UnwindSafe,
P: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more