pub struct Take<T>(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Take<T>
impl<T> RefUnwindSafe for Take<T>where
Option<T>: RefUnwindSafe,
impl<T> Send for Take<T>
impl<T> Sync for Take<T>
impl<T> Unpin for Take<T>
impl<T> UnsafeUnpin for Take<T>where
Option<T>: UnsafeUnpin,
impl<T> UnwindSafe for Take<T>where
Option<T>: 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