Struct aws_sdk_memorydb::output::CopySnapshotOutput
source · #[non_exhaustive]pub struct CopySnapshotOutput { /* private fields */ }
Implementations§
source§impl CopySnapshotOutput
impl CopySnapshotOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CopySnapshotOutput
.
Trait Implementations§
source§impl Clone for CopySnapshotOutput
impl Clone for CopySnapshotOutput
source§fn clone(&self) -> CopySnapshotOutput
fn clone(&self) -> CopySnapshotOutput
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 more