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