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