pub struct GetVaultAccountAssetAddressesParams {
pub vault_account_id: String,
pub asset_id: String,
}
Expand description
struct for passing parameters to the method
[get_vault_account_asset_addresses
]
Fields§
§vault_account_id: String
The ID of the vault account to return
asset_id: String
The ID of the asset
Implementations§
Source§impl GetVaultAccountAssetAddressesParams
impl GetVaultAccountAssetAddressesParams
Sourcepub fn builder() -> GetVaultAccountAssetAddressesParamsBuilder
pub fn builder() -> GetVaultAccountAssetAddressesParamsBuilder
Create an instance of GetVaultAccountAssetAddressesParams
using the builder syntax
Trait Implementations§
Source§impl Clone for GetVaultAccountAssetAddressesParams
impl Clone for GetVaultAccountAssetAddressesParams
Source§fn clone(&self) -> GetVaultAccountAssetAddressesParams
fn clone(&self) -> GetVaultAccountAssetAddressesParams
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 GetVaultAccountAssetAddressesParams
impl RefUnwindSafe for GetVaultAccountAssetAddressesParams
impl Send for GetVaultAccountAssetAddressesParams
impl Sync for GetVaultAccountAssetAddressesParams
impl Unpin for GetVaultAccountAssetAddressesParams
impl UnwindSafe for GetVaultAccountAssetAddressesParams
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