pub struct QueryRecentRecurringEvents {
pub client_instruction_id: f64,
pub ib_reference_id: f64,
pub number_of_transactions: Option<f64>,
}Fields§
§client_instruction_id: f64- Example:
1012983.0
ib_reference_id: f64- Example:
-343872793.0
number_of_transactions: Option<f64>- Example:
Some(15.0)
Trait Implementations§
Source§impl Clone for QueryRecentRecurringEvents
impl Clone for QueryRecentRecurringEvents
Source§fn clone(&self) -> QueryRecentRecurringEvents
fn clone(&self) -> QueryRecentRecurringEvents
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 QueryRecentRecurringEvents
impl Debug for QueryRecentRecurringEvents
Source§impl Default for QueryRecentRecurringEvents
impl Default for QueryRecentRecurringEvents
Source§impl<'v_a> ValidateArgs<'v_a> for QueryRecentRecurringEvents
impl<'v_a> ValidateArgs<'v_a> for QueryRecentRecurringEvents
impl StructuralPartialEq for QueryRecentRecurringEvents
Auto Trait Implementations§
impl Freeze for QueryRecentRecurringEvents
impl RefUnwindSafe for QueryRecentRecurringEvents
impl Send for QueryRecentRecurringEvents
impl Sync for QueryRecentRecurringEvents
impl Unpin for QueryRecentRecurringEvents
impl UnsafeUnpin for QueryRecentRecurringEvents
impl UnwindSafe for QueryRecentRecurringEvents
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