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