pub enum SelfTransferActionArg {
Drop,
Relocate,
}Variants§
Drop
Same-wallet passthrough → SelfTransferPassthrough (both legs skipped, non-taxable).
Relocate
Cross-wallet transfer → TransferLink (relocate the lots to the destination wallet).
Trait Implementations§
Source§impl Clone for SelfTransferActionArg
impl Clone for SelfTransferActionArg
Source§fn clone(&self) -> SelfTransferActionArg
fn clone(&self) -> SelfTransferActionArg
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 moreimpl Copy for SelfTransferActionArg
Source§impl ValueEnum for SelfTransferActionArg
impl ValueEnum for SelfTransferActionArg
Auto Trait Implementations§
impl Freeze for SelfTransferActionArg
impl RefUnwindSafe for SelfTransferActionArg
impl Send for SelfTransferActionArg
impl Sync for SelfTransferActionArg
impl Unpin for SelfTransferActionArg
impl UnsafeUnpin for SelfTransferActionArg
impl UnwindSafe for SelfTransferActionArg
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