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