pub struct MappedProjection<P, F, U>{ /* private fields */ }Expand description
A mapping projection that applies a function to another projection’s output
Implementations§
Trait Implementations§
Source§impl<P, F, U> Projection for MappedProjection<P, F, U>
impl<P, F, U> Projection for MappedProjection<P, F, U>
Auto Trait Implementations§
impl<P, F, U> Freeze for MappedProjection<P, F, U>
impl<P, F, U> RefUnwindSafe for MappedProjection<P, F, U>where
P: RefUnwindSafe,
F: RefUnwindSafe,
impl<P, F, U> Send for MappedProjection<P, F, U>
impl<P, F, U> Sync for MappedProjection<P, F, U>
impl<P, F, U> Unpin for MappedProjection<P, F, U>
impl<P, F, U> UnsafeUnpin for MappedProjection<P, F, U>where
P: UnsafeUnpin,
F: UnsafeUnpin,
impl<P, F, U> UnwindSafe for MappedProjection<P, F, U>where
P: 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