pub struct ForValue;Expand description
Marker for value arguments.
Trait Implementations§
Source§impl<F, I, T, U> FilterMapFn<ForValue, I, T, U> for F
impl<F, I, T, U> FilterMapFn<ForValue, I, T, U> for F
Auto Trait Implementations§
impl Freeze for ForValue
impl RefUnwindSafe for ForValue
impl Send for ForValue
impl Sync for ForValue
impl Unpin for ForValue
impl UnsafeUnpin for ForValue
impl UnwindSafe for ForValue
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