pub struct TransferCancellation { /* private fields */ }Expand description
Cooperative cancellation shared by a transfer command and its executor.
Implementations§
Trait Implementations§
Source§impl Clone for TransferCancellation
impl Clone for TransferCancellation
Source§fn clone(&self) -> TransferCancellation
fn clone(&self) -> TransferCancellation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TransferCancellation
impl Debug for TransferCancellation
Source§impl Default for TransferCancellation
impl Default for TransferCancellation
Source§fn default() -> TransferCancellation
fn default() -> TransferCancellation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TransferCancellation
impl RefUnwindSafe for TransferCancellation
impl Send for TransferCancellation
impl Sync for TransferCancellation
impl Unpin for TransferCancellation
impl UnsafeUnpin for TransferCancellation
impl UnwindSafe for TransferCancellation
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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