pub struct GetVaultAccountAssetParams {
pub vault_account_id: String,
pub asset_id: String,
}
Expand description
struct for passing parameters to the method [get_vault_account_asset
]
Fields§
§vault_account_id: String
The ID of the vault account
asset_id: String
The ID of the asset
Implementations§
Source§impl GetVaultAccountAssetParams
impl GetVaultAccountAssetParams
Sourcepub fn builder() -> GetVaultAccountAssetParamsBuilder
pub fn builder() -> GetVaultAccountAssetParamsBuilder
Create an instance of GetVaultAccountAssetParams
using the builder syntax
Trait Implementations§
Source§impl Clone for GetVaultAccountAssetParams
impl Clone for GetVaultAccountAssetParams
Source§fn clone(&self) -> GetVaultAccountAssetParams
fn clone(&self) -> GetVaultAccountAssetParams
Returns a copy of the value. Read more
1.0.0 · 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 GetVaultAccountAssetParams
impl RefUnwindSafe for GetVaultAccountAssetParams
impl Send for GetVaultAccountAssetParams
impl Sync for GetVaultAccountAssetParams
impl Unpin for GetVaultAccountAssetParams
impl UnwindSafe for GetVaultAccountAssetParams
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