pub struct QuerySubAccountTransactionStatisticsParamsBuilder { /* private fields */ }Expand description
Builder for QuerySubAccountTransactionStatisticsParams.
Implementations§
Source§impl QuerySubAccountTransactionStatisticsParamsBuilder
impl QuerySubAccountTransactionStatisticsParamsBuilder
Sourcepub fn email<VALUE: Into<Option<String>>>(self, value: VALUE) -> Self
pub fn email<VALUE: Into<Option<String>>>(self, value: VALUE) -> Self
Managed sub-account email
This field is **optional.
Sourcepub fn recv_window<VALUE: Into<Option<i64>>>(self, value: VALUE) -> Self
pub fn recv_window<VALUE: Into<Option<i64>>>(self, value: VALUE) -> Self
The recv_window parameter.
This field is **optional.
Sourcepub fn build(
self,
) -> Result<QuerySubAccountTransactionStatisticsParams, ParamBuildError>
pub fn build( self, ) -> Result<QuerySubAccountTransactionStatisticsParams, ParamBuildError>
Builds a new QuerySubAccountTransactionStatisticsParams.
§Errors
If a required field has not been initialized.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QuerySubAccountTransactionStatisticsParamsBuilder
impl RefUnwindSafe for QuerySubAccountTransactionStatisticsParamsBuilder
impl Send for QuerySubAccountTransactionStatisticsParamsBuilder
impl Sync for QuerySubAccountTransactionStatisticsParamsBuilder
impl Unpin for QuerySubAccountTransactionStatisticsParamsBuilder
impl UnsafeUnpin for QuerySubAccountTransactionStatisticsParamsBuilder
impl UnwindSafe for QuerySubAccountTransactionStatisticsParamsBuilder
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