#[non_exhaustive]pub struct DeleteBackupVaultLockConfigurationOutput {}
Implementations
sourceimpl DeleteBackupVaultLockConfigurationOutput
impl DeleteBackupVaultLockConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBackupVaultLockConfigurationOutput
.
Trait Implementations
sourceimpl Clone for DeleteBackupVaultLockConfigurationOutput
impl Clone for DeleteBackupVaultLockConfigurationOutput
sourcefn clone(&self) -> DeleteBackupVaultLockConfigurationOutput
fn clone(&self) -> DeleteBackupVaultLockConfigurationOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<DeleteBackupVaultLockConfigurationOutput> for DeleteBackupVaultLockConfigurationOutput
impl PartialEq<DeleteBackupVaultLockConfigurationOutput> for DeleteBackupVaultLockConfigurationOutput
sourcefn eq(&self, other: &DeleteBackupVaultLockConfigurationOutput) -> bool
fn eq(&self, other: &DeleteBackupVaultLockConfigurationOutput) -> bool
impl StructuralPartialEq for DeleteBackupVaultLockConfigurationOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteBackupVaultLockConfigurationOutput
impl Send for DeleteBackupVaultLockConfigurationOutput
impl Sync for DeleteBackupVaultLockConfigurationOutput
impl Unpin for DeleteBackupVaultLockConfigurationOutput
impl UnwindSafe for DeleteBackupVaultLockConfigurationOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more