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