pub struct QueryRecentInstructionsTransactionHistory {
pub days_to_go_back: f64,
pub transaction_type: Option<QueryRecentInstructionsTransactionHistoryTransactionType>,
}Fields§
§days_to_go_back: f64- Example:
5.0
transaction_type: Option<QueryRecentInstructionsTransactionHistoryTransactionType>- Example:
Some("INTERNAL_CASH_TRANSFER")
Trait Implementations§
Source§impl Clone for QueryRecentInstructionsTransactionHistory
impl Clone for QueryRecentInstructionsTransactionHistory
Source§fn clone(&self) -> QueryRecentInstructionsTransactionHistory
fn clone(&self) -> QueryRecentInstructionsTransactionHistory
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 PartialEq for QueryRecentInstructionsTransactionHistory
impl PartialEq for QueryRecentInstructionsTransactionHistory
Source§fn eq(&self, other: &QueryRecentInstructionsTransactionHistory) -> bool
fn eq(&self, other: &QueryRecentInstructionsTransactionHistory) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'v_a> ValidateArgs<'v_a> for QueryRecentInstructionsTransactionHistory
impl<'v_a> ValidateArgs<'v_a> for QueryRecentInstructionsTransactionHistory
impl StructuralPartialEq for QueryRecentInstructionsTransactionHistory
Auto Trait Implementations§
impl Freeze for QueryRecentInstructionsTransactionHistory
impl RefUnwindSafe for QueryRecentInstructionsTransactionHistory
impl Send for QueryRecentInstructionsTransactionHistory
impl Sync for QueryRecentInstructionsTransactionHistory
impl Unpin for QueryRecentInstructionsTransactionHistory
impl UnsafeUnpin for QueryRecentInstructionsTransactionHistory
impl UnwindSafe for QueryRecentInstructionsTransactionHistory
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