pub struct TransferControl { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for TransferControl
impl Clone for TransferControl
Source§fn clone(&self) -> TransferControl
fn clone(&self) -> TransferControl
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 TransferControl
impl Debug for TransferControl
Source§impl Default for TransferControl
impl Default for TransferControl
Source§fn default() -> TransferControl
fn default() -> TransferControl
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TransferControl
impl RefUnwindSafe for TransferControl
impl Send for TransferControl
impl Sync for TransferControl
impl Unpin for TransferControl
impl UnsafeUnpin for TransferControl
impl UnwindSafe for TransferControl
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