pub enum TransferRequestBody2Instruction {
FopInstruction(FopInstruction),
DwacInstruction(DwacInstruction),
ComplexAssetTransferInstruction(ComplexAssetTransferInstruction),
ExternalPositionTransfer(ExternalPositionTransfer),
}Variants§
FopInstruction(FopInstruction)
DwacInstruction(DwacInstruction)
ComplexAssetTransferInstruction(ComplexAssetTransferInstruction)
ExternalPositionTransfer(ExternalPositionTransfer)
Trait Implementations§
Source§impl Clone for TransferRequestBody2Instruction
impl Clone for TransferRequestBody2Instruction
Source§fn clone(&self) -> TransferRequestBody2Instruction
fn clone(&self) -> TransferRequestBody2Instruction
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 PartialEq for TransferRequestBody2Instruction
impl PartialEq for TransferRequestBody2Instruction
Source§fn eq(&self, other: &TransferRequestBody2Instruction) -> bool
fn eq(&self, other: &TransferRequestBody2Instruction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TransferRequestBody2Instruction
Auto Trait Implementations§
impl Freeze for TransferRequestBody2Instruction
impl RefUnwindSafe for TransferRequestBody2Instruction
impl Send for TransferRequestBody2Instruction
impl Sync for TransferRequestBody2Instruction
impl Unpin for TransferRequestBody2Instruction
impl UnsafeUnpin for TransferRequestBody2Instruction
impl UnwindSafe for TransferRequestBody2Instruction
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