Struct aws_sdk_backup::output::DeleteBackupVaultOutput
source · #[non_exhaustive]pub struct DeleteBackupVaultOutput {}
Implementations§
source§impl DeleteBackupVaultOutput
impl DeleteBackupVaultOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBackupVaultOutput
.
Trait Implementations§
source§impl Clone for DeleteBackupVaultOutput
impl Clone for DeleteBackupVaultOutput
source§fn clone(&self) -> DeleteBackupVaultOutput
fn clone(&self) -> DeleteBackupVaultOutput
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 moresource§impl Debug for DeleteBackupVaultOutput
impl Debug for DeleteBackupVaultOutput
source§impl PartialEq<DeleteBackupVaultOutput> for DeleteBackupVaultOutput
impl PartialEq<DeleteBackupVaultOutput> for DeleteBackupVaultOutput
source§fn eq(&self, other: &DeleteBackupVaultOutput) -> bool
fn eq(&self, other: &DeleteBackupVaultOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.