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