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