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