pub struct ExternalAssetTransfersBulkRequestBody {
pub instruction_type: TransferRequestBody2InstructionType,
pub instructions: Vec<Value>,
}Fields§
§instruction_type: TransferRequestBody2InstructionType§instructions: Vec<Value>Trait Implementations§
Source§impl Clone for ExternalAssetTransfersBulkRequestBody
impl Clone for ExternalAssetTransfersBulkRequestBody
Source§fn clone(&self) -> ExternalAssetTransfersBulkRequestBody
fn clone(&self) -> ExternalAssetTransfersBulkRequestBody
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 ExternalAssetTransfersBulkRequestBody
impl PartialEq for ExternalAssetTransfersBulkRequestBody
Source§fn eq(&self, other: &ExternalAssetTransfersBulkRequestBody) -> bool
fn eq(&self, other: &ExternalAssetTransfersBulkRequestBody) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExternalAssetTransfersBulkRequestBody
Auto Trait Implementations§
impl Freeze for ExternalAssetTransfersBulkRequestBody
impl RefUnwindSafe for ExternalAssetTransfersBulkRequestBody
impl Send for ExternalAssetTransfersBulkRequestBody
impl Sync for ExternalAssetTransfersBulkRequestBody
impl Unpin for ExternalAssetTransfersBulkRequestBody
impl UnsafeUnpin for ExternalAssetTransfersBulkRequestBody
impl UnwindSafe for ExternalAssetTransfersBulkRequestBody
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