pub struct ReadMap<T, U> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<T, U> Freeze for ReadMap<T, U>
impl<T, U> !RefUnwindSafe for ReadMap<T, U>
impl<T, U> !Send for ReadMap<T, U>
impl<T, U> !Sync for ReadMap<T, U>
impl<T, U> Unpin for ReadMap<T, U>
impl<T, U> !UnwindSafe for ReadMap<T, U>
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
Source§impl<A, B, T> LensExt<A, B> for T
impl<A, B, T> LensExt<A, B> for T
Source§fn index<I>(self, index: I) -> Then<Self, Index<I>, B>
fn index<I>(self, index: I) -> Then<Self, Index<I>, B>
Access an index in a container Read more