pub struct CustomProjection<F, T>{ /* private fields */ }Expand description
A custom projection defined by a closure
Implementations§
Trait Implementations§
Source§impl<F, T> Projection for CustomProjection<F, T>
impl<F, T> Projection for CustomProjection<F, T>
Auto Trait Implementations§
impl<F, T> Freeze for CustomProjection<F, T>where
F: Freeze,
impl<F, T> RefUnwindSafe for CustomProjection<F, T>where
F: RefUnwindSafe,
impl<F, T> Send for CustomProjection<F, T>
impl<F, T> Sync for CustomProjection<F, T>
impl<F, T> Unpin for CustomProjection<F, T>where
F: Unpin,
impl<F, T> UnsafeUnpin for CustomProjection<F, T>where
F: UnsafeUnpin,
impl<F, T> UnwindSafe for CustomProjection<F, T>where
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