pub struct GetVaspForVaultParamsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build()
.
Implementations§
Source§impl<S: State> GetVaspForVaultParamsBuilder<S>
impl<S: State> GetVaspForVaultParamsBuilder<S>
Sourcepub fn build(self) -> GetVaspForVaultParamswhere
S: IsComplete,
pub fn build(self) -> GetVaspForVaultParamswhere
S: IsComplete,
Finish building and return the requested object
Sourcepub fn vault_account_id(
self,
value: String,
) -> GetVaspForVaultParamsBuilder<SetVaultAccountId<S>>where
S::VaultAccountId: IsUnset,
pub fn vault_account_id(
self,
value: String,
) -> GetVaspForVaultParamsBuilder<SetVaultAccountId<S>>where
S::VaultAccountId: IsUnset,
Required.
The ID of the vault account
Auto Trait Implementations§
impl<S> Freeze for GetVaspForVaultParamsBuilder<S>
impl<S> RefUnwindSafe for GetVaspForVaultParamsBuilder<S>
impl<S> Send for GetVaspForVaultParamsBuilder<S>
impl<S> Sync for GetVaspForVaultParamsBuilder<S>
impl<S> Unpin for GetVaspForVaultParamsBuilder<S>
impl<S> UnwindSafe for GetVaspForVaultParamsBuilder<S>
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