Struct dae_parser::source::Map
source · [−]pub struct Map<R, F> { /* private fields */ }
Expand description
The output of SourceReader::map
.
Trait Implementations
sourceimpl<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>
type Output = O
type Output = O
impl<R: Copy, F: Copy> Copy for Map<R, F>
Auto Trait Implementations
impl<R, F> RefUnwindSafe for Map<R, F> where
F: RefUnwindSafe,
R: RefUnwindSafe,
impl<R, F> Send for Map<R, F> where
F: Send,
R: Send,
impl<R, F> Sync for Map<R, F> where
F: Sync,
R: Sync,
impl<R, F> Unpin for Map<R, F> where
F: Unpin,
R: Unpin,
impl<R, F> UnwindSafe for Map<R, F> where
F: UnwindSafe,
R: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more