pub struct Transfer(/* private fields */);Expand description
A byte on its way out with another on its way in.
Dropping this leaves the wire as it was. The transfer runs to its end, or goes on waiting, with nobody to collect what arrives.
Implementations§
Auto Trait Implementations§
impl BankSafe for Transfer
impl Freeze for Transfer
impl RefUnwindSafe for Transfer
impl Send for Transfer
impl Sync for Transfer
impl Unpin for Transfer
impl UnsafeUnpin for Transfer
impl UnwindSafe for Transfer
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