pub struct VecExtract<F>(pub F);Tuple Fields§
§0: FTrait Implementations§
Auto Trait Implementations§
impl<F> Freeze for VecExtract<F>where
F: Freeze,
impl<F> RefUnwindSafe for VecExtract<F>where
F: RefUnwindSafe,
impl<F> Send for VecExtract<F>where
F: Send,
impl<F> Sync for VecExtract<F>where
F: Sync,
impl<F> Unpin for VecExtract<F>where
F: Unpin,
impl<F> UnsafeUnpin for VecExtract<F>where
F: UnsafeUnpin,
impl<F> UnwindSafe for VecExtract<F>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