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