pub struct QueryBankInstruction {
pub account_id: String,
pub bank_instruction_method: BankInstructionMethod,
pub client_instruction_id: f64,
}Fields§
§account_id: String- Example:
"U399192".to_string()
bank_instruction_method: BankInstructionMethod- Example:
"WIRE"
client_instruction_id: f64- Example:
1012983.0
Trait Implementations§
Source§impl Clone for QueryBankInstruction
impl Clone for QueryBankInstruction
Source§fn clone(&self) -> QueryBankInstruction
fn clone(&self) -> QueryBankInstruction
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 QueryBankInstruction
impl Debug for QueryBankInstruction
Source§impl Default for QueryBankInstruction
impl Default for QueryBankInstruction
Source§impl PartialEq for QueryBankInstruction
impl PartialEq for QueryBankInstruction
Source§impl Serialize for QueryBankInstruction
impl Serialize for QueryBankInstruction
Source§impl Validate for QueryBankInstruction
impl Validate for QueryBankInstruction
Source§impl<'v_a> ValidateArgs<'v_a> for QueryBankInstruction
impl<'v_a> ValidateArgs<'v_a> for QueryBankInstruction
impl StructuralPartialEq for QueryBankInstruction
Auto Trait Implementations§
impl Freeze for QueryBankInstruction
impl RefUnwindSafe for QueryBankInstruction
impl Send for QueryBankInstruction
impl Sync for QueryBankInstruction
impl Unpin for QueryBankInstruction
impl UnsafeUnpin for QueryBankInstruction
impl UnwindSafe for QueryBankInstruction
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