pub struct Transfer { /* private fields */ }Expand description
Orchestrates a single end-to-end run from a Source to a Destination.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Transfer
impl !Sync for Transfer
impl !UnwindSafe for Transfer
impl Freeze for Transfer
impl Send for Transfer
impl Unpin for Transfer
impl UnsafeUnpin 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