pub struct TransferReason;Expand description
TransferReason (830).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TransferReason
impl RefUnwindSafe for TransferReason
impl Send for TransferReason
impl Sync for TransferReason
impl Unpin for TransferReason
impl UnsafeUnpin for TransferReason
impl UnwindSafe for TransferReason
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