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