pub struct Taker { /* private fields */ }
Expand description
An entity that wants a value.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Taker
impl Send for Taker
impl Sync for Taker
impl Unpin for Taker
impl !UnwindSafe for Taker
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more