pub struct DisbursementOperationExecutionOutput {
pub instruction_set: Vec<DisbursementInstructionOutput>,
}
Fields§
§instruction_set: Vec<DisbursementInstructionOutput>
Implementations§
Source§impl DisbursementOperationExecutionOutput
impl DisbursementOperationExecutionOutput
pub fn new( instruction_set: Vec<DisbursementInstructionOutput>, ) -> DisbursementOperationExecutionOutput
Trait Implementations§
Source§impl Clone for DisbursementOperationExecutionOutput
impl Clone for DisbursementOperationExecutionOutput
Source§fn clone(&self) -> DisbursementOperationExecutionOutput
fn clone(&self) -> DisbursementOperationExecutionOutput
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 Default for DisbursementOperationExecutionOutput
impl Default for DisbursementOperationExecutionOutput
Source§fn default() -> DisbursementOperationExecutionOutput
fn default() -> DisbursementOperationExecutionOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DisbursementOperationExecutionOutput
impl<'de> Deserialize<'de> for DisbursementOperationExecutionOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DisbursementOperationExecutionOutput
impl PartialEq for DisbursementOperationExecutionOutput
Source§fn eq(&self, other: &DisbursementOperationExecutionOutput) -> bool
fn eq(&self, other: &DisbursementOperationExecutionOutput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DisbursementOperationExecutionOutput
Auto Trait Implementations§
impl Freeze for DisbursementOperationExecutionOutput
impl RefUnwindSafe for DisbursementOperationExecutionOutput
impl Send for DisbursementOperationExecutionOutput
impl Sync for DisbursementOperationExecutionOutput
impl Unpin for DisbursementOperationExecutionOutput
impl UnwindSafe for DisbursementOperationExecutionOutput
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