pub struct QuerySubAccountTransactionStatisticsParams {
pub email: Option<String>,
pub recv_window: Option<i64>,
}Expand description
Request parameters for the [query_sub_account_transaction_statistics] operation.
This struct holds all of the inputs you can pass when calling
query_sub_account_transaction_statistics.
Fields§
§email: Option<String>Managed sub-account email
This field is **optional.
recv_window: Option<i64>The recv_window parameter.
This field is **optional.
Implementations§
Source§impl QuerySubAccountTransactionStatisticsParams
impl QuerySubAccountTransactionStatisticsParams
Sourcepub fn builder() -> QuerySubAccountTransactionStatisticsParamsBuilder
pub fn builder() -> QuerySubAccountTransactionStatisticsParamsBuilder
Create a builder for [query_sub_account_transaction_statistics].
Trait Implementations§
Source§impl Clone for QuerySubAccountTransactionStatisticsParams
impl Clone for QuerySubAccountTransactionStatisticsParams
Source§fn clone(&self) -> QuerySubAccountTransactionStatisticsParams
fn clone(&self) -> QuerySubAccountTransactionStatisticsParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for QuerySubAccountTransactionStatisticsParams
impl Default for QuerySubAccountTransactionStatisticsParams
Source§fn default() -> QuerySubAccountTransactionStatisticsParams
fn default() -> QuerySubAccountTransactionStatisticsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QuerySubAccountTransactionStatisticsParams
impl RefUnwindSafe for QuerySubAccountTransactionStatisticsParams
impl Send for QuerySubAccountTransactionStatisticsParams
impl Sync for QuerySubAccountTransactionStatisticsParams
impl Unpin for QuerySubAccountTransactionStatisticsParams
impl UnsafeUnpin for QuerySubAccountTransactionStatisticsParams
impl UnwindSafe for QuerySubAccountTransactionStatisticsParams
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