pub struct QuerySubAccountAssetsAssetManagementParamsBuilder { /* private fields */ }Expand description
Builder for QuerySubAccountAssetsAssetManagementParams.
Implementations§
Source§impl QuerySubAccountAssetsAssetManagementParamsBuilder
impl QuerySubAccountAssetsAssetManagementParamsBuilder
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<QuerySubAccountAssetsAssetManagementParams, ParamBuildError>
pub fn build( self, ) -> Result<QuerySubAccountAssetsAssetManagementParams, ParamBuildError>
Builds a new QuerySubAccountAssetsAssetManagementParams.
§Errors
If a required field has not been initialized.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QuerySubAccountAssetsAssetManagementParamsBuilder
impl RefUnwindSafe for QuerySubAccountAssetsAssetManagementParamsBuilder
impl Send for QuerySubAccountAssetsAssetManagementParamsBuilder
impl Sync for QuerySubAccountAssetsAssetManagementParamsBuilder
impl Unpin for QuerySubAccountAssetsAssetManagementParamsBuilder
impl UnsafeUnpin for QuerySubAccountAssetsAssetManagementParamsBuilder
impl UnwindSafe for QuerySubAccountAssetsAssetManagementParamsBuilder
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