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