pub struct Map<R, F> { /* private fields */ }
Expand description
The output of SourceReader::map
.
Trait Implementations§
Source§impl<K: InputKind, R: SourceRead<K>, O: Clone, F: Fn(R::Output) -> O> SourceRead<K> for Map<R, F>
impl<K: InputKind, R: SourceRead<K>, O: Clone, F: Fn(R::Output) -> O> SourceRead<K> for Map<R, F>
impl<R: Copy, F: Copy> Copy for Map<R, F>
Auto Trait Implementations§
impl<R, F> Freeze for Map<R, F>
impl<R, F> RefUnwindSafe for Map<R, F>where
R: RefUnwindSafe,
F: RefUnwindSafe,
impl<R, F> Send for Map<R, F>
impl<R, F> Sync for Map<R, F>
impl<R, F> Unpin for Map<R, F>
impl<R, F> UnwindSafe for Map<R, F>where
R: 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