pub struct GetCreateMultipleVaultAccountsJobStatusParams {
pub job_id: String,
}Expand description
struct for passing parameters to the method
VaultsApi::get_create_multiple_vault_accounts_job_status
Fields§
§job_id: StringThe ID of the job to create addresses
Implementations§
Source§impl GetCreateMultipleVaultAccountsJobStatusParams
impl GetCreateMultipleVaultAccountsJobStatusParams
Sourcepub fn builder() -> GetCreateMultipleVaultAccountsJobStatusParamsBuilder
pub fn builder() -> GetCreateMultipleVaultAccountsJobStatusParamsBuilder
Create an instance of GetCreateMultipleVaultAccountsJobStatusParams using the builder syntax
Trait Implementations§
Source§impl Clone for GetCreateMultipleVaultAccountsJobStatusParams
impl Clone for GetCreateMultipleVaultAccountsJobStatusParams
Source§fn clone(&self) -> GetCreateMultipleVaultAccountsJobStatusParams
fn clone(&self) -> GetCreateMultipleVaultAccountsJobStatusParams
Returns a duplicate 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 GetCreateMultipleVaultAccountsJobStatusParams
impl RefUnwindSafe for GetCreateMultipleVaultAccountsJobStatusParams
impl Send for GetCreateMultipleVaultAccountsJobStatusParams
impl Sync for GetCreateMultipleVaultAccountsJobStatusParams
impl Unpin for GetCreateMultipleVaultAccountsJobStatusParams
impl UnwindSafe for GetCreateMultipleVaultAccountsJobStatusParams
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