pub struct GetVaultAssetsParams {
pub account_name_prefix: Option<String>,
pub account_name_suffix: Option<String>,
}
Expand description
struct for passing parameters to the method [get_vault_assets
]
Fields§
§account_name_prefix: Option<String>
§account_name_suffix: Option<String>
Implementations§
Source§impl GetVaultAssetsParams
impl GetVaultAssetsParams
Sourcepub fn builder() -> GetVaultAssetsParamsBuilder
pub fn builder() -> GetVaultAssetsParamsBuilder
Create an instance of GetVaultAssetsParams
using the builder syntax
Trait Implementations§
Source§impl Clone for GetVaultAssetsParams
impl Clone for GetVaultAssetsParams
Source§fn clone(&self) -> GetVaultAssetsParams
fn clone(&self) -> GetVaultAssetsParams
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 GetVaultAssetsParams
impl RefUnwindSafe for GetVaultAssetsParams
impl Send for GetVaultAssetsParams
impl Sync for GetVaultAssetsParams
impl Unpin for GetVaultAssetsParams
impl UnwindSafe for GetVaultAssetsParams
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