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