pub struct Map<'a, In, Out>{ /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, In, Out> Freeze for Map<'a, In, Out>
impl<'a, In, Out> RefUnwindSafe for Map<'a, In, Out>
impl<'a, In, Out> Send for Map<'a, In, Out>
impl<'a, In, Out> Sync for Map<'a, In, Out>
impl<'a, In, Out> Unpin for Map<'a, In, Out>
impl<'a, In, Out> UnwindSafe for Map<'a, In, Out>
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