pub enum TransferExtras {
Normal,
WithPreamble,
}Expand description
Special treatment for a particular transfer
Variants§
Trait Implementations§
Source§impl Clone for TransferExtras
impl Clone for TransferExtras
Source§fn clone(&self) -> TransferExtras
fn clone(&self) -> TransferExtras
Returns a duplicate of the value. Read more
1.0.0 · 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 TransferExtras
impl Debug for TransferExtras
Source§impl Format for TransferExtras
impl Format for TransferExtras
Source§impl PartialEq for TransferExtras
impl PartialEq for TransferExtras
impl Copy for TransferExtras
impl Eq for TransferExtras
impl StructuralPartialEq for TransferExtras
Auto Trait Implementations§
impl Freeze for TransferExtras
impl RefUnwindSafe for TransferExtras
impl Send for TransferExtras
impl Sync for TransferExtras
impl Unpin for TransferExtras
impl UnsafeUnpin for TransferExtras
impl UnwindSafe for TransferExtras
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