pub struct QuerySubAccountAssetsParams {
pub email: String,
pub recv_window: Option<i64>,
}Expand description
Request parameters for the [query_sub_account_assets] operation.
This struct holds all of the inputs you can pass when calling
query_sub_account_assets.
Fields§
§email: StringThis field is **required.
recv_window: Option<i64>The recv_window parameter.
This field is **optional.
Implementations§
Source§impl QuerySubAccountAssetsParams
impl QuerySubAccountAssetsParams
Sourcepub fn builder(email: String) -> QuerySubAccountAssetsParamsBuilder
pub fn builder(email: String) -> QuerySubAccountAssetsParamsBuilder
Trait Implementations§
Source§impl Clone for QuerySubAccountAssetsParams
impl Clone for QuerySubAccountAssetsParams
Source§fn clone(&self) -> QuerySubAccountAssetsParams
fn clone(&self) -> QuerySubAccountAssetsParams
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 moreAuto Trait Implementations§
impl Freeze for QuerySubAccountAssetsParams
impl RefUnwindSafe for QuerySubAccountAssetsParams
impl Send for QuerySubAccountAssetsParams
impl Sync for QuerySubAccountAssetsParams
impl Unpin for QuerySubAccountAssetsParams
impl UnsafeUnpin for QuerySubAccountAssetsParams
impl UnwindSafe for QuerySubAccountAssetsParams
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