#[non_exhaustive]pub struct DeleteRecoveryPointOutput { /* private fields */ }
Implementations§
source§impl DeleteRecoveryPointOutput
impl DeleteRecoveryPointOutput
sourcepub fn builder() -> DeleteRecoveryPointOutputBuilder
pub fn builder() -> DeleteRecoveryPointOutputBuilder
Creates a new builder-style object to manufacture DeleteRecoveryPointOutput
.
Trait Implementations§
source§impl Clone for DeleteRecoveryPointOutput
impl Clone for DeleteRecoveryPointOutput
source§fn clone(&self) -> DeleteRecoveryPointOutput
fn clone(&self) -> DeleteRecoveryPointOutput
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 DeleteRecoveryPointOutput
impl Debug for DeleteRecoveryPointOutput
source§impl PartialEq for DeleteRecoveryPointOutput
impl PartialEq for DeleteRecoveryPointOutput
source§fn eq(&self, other: &DeleteRecoveryPointOutput) -> bool
fn eq(&self, other: &DeleteRecoveryPointOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteRecoveryPointOutput
impl RequestId for DeleteRecoveryPointOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DeleteRecoveryPointOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteRecoveryPointOutput
impl Send for DeleteRecoveryPointOutput
impl Sync for DeleteRecoveryPointOutput
impl Unpin for DeleteRecoveryPointOutput
impl UnwindSafe for DeleteRecoveryPointOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.