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