Struct aws_sdk_backup::output::DeleteBackupSelectionOutput
source · [−]#[non_exhaustive]pub struct DeleteBackupSelectionOutput {}
Implementations
sourceimpl DeleteBackupSelectionOutput
impl DeleteBackupSelectionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBackupSelectionOutput
.
Trait Implementations
sourceimpl Clone for DeleteBackupSelectionOutput
impl Clone for DeleteBackupSelectionOutput
sourcefn clone(&self) -> DeleteBackupSelectionOutput
fn clone(&self) -> DeleteBackupSelectionOutput
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 Debug for DeleteBackupSelectionOutput
impl Debug for DeleteBackupSelectionOutput
sourceimpl PartialEq<DeleteBackupSelectionOutput> for DeleteBackupSelectionOutput
impl PartialEq<DeleteBackupSelectionOutput> for DeleteBackupSelectionOutput
sourcefn eq(&self, other: &DeleteBackupSelectionOutput) -> bool
fn eq(&self, other: &DeleteBackupSelectionOutput) -> bool
impl StructuralPartialEq for DeleteBackupSelectionOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteBackupSelectionOutput
impl Send for DeleteBackupSelectionOutput
impl Sync for DeleteBackupSelectionOutput
impl Unpin for DeleteBackupSelectionOutput
impl UnwindSafe for DeleteBackupSelectionOutput
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