pub struct TransferRequestBody5 {
pub instruction: InternalCashTransferInstruction,
pub instruction_type: String,
}Fields§
§instruction: InternalCashTransferInstruction§instruction_type: StringTrait Implementations§
Source§impl Clone for TransferRequestBody5
impl Clone for TransferRequestBody5
Source§fn clone(&self) -> TransferRequestBody5
fn clone(&self) -> TransferRequestBody5
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 Debug for TransferRequestBody5
impl Debug for TransferRequestBody5
Source§impl Default for TransferRequestBody5
impl Default for TransferRequestBody5
Source§impl PartialEq for TransferRequestBody5
impl PartialEq for TransferRequestBody5
Source§impl Serialize for TransferRequestBody5
impl Serialize for TransferRequestBody5
Source§impl Validate for TransferRequestBody5
impl Validate for TransferRequestBody5
Source§impl<'v_a> ValidateArgs<'v_a> for TransferRequestBody5
impl<'v_a> ValidateArgs<'v_a> for TransferRequestBody5
impl StructuralPartialEq for TransferRequestBody5
Auto Trait Implementations§
impl Freeze for TransferRequestBody5
impl RefUnwindSafe for TransferRequestBody5
impl Send for TransferRequestBody5
impl Sync for TransferRequestBody5
impl Unpin for TransferRequestBody5
impl UnsafeUnpin for TransferRequestBody5
impl UnwindSafe for TransferRequestBody5
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