Struct aws_sdk_elasticache::output::CopySnapshotOutput
source · [−]#[non_exhaustive]pub struct CopySnapshotOutput { /* private fields */ }Implementations
sourceimpl CopySnapshotOutput
impl CopySnapshotOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CopySnapshotOutput.
Trait Implementations
sourceimpl Clone for CopySnapshotOutput
impl Clone for CopySnapshotOutput
sourcefn clone(&self) -> CopySnapshotOutput
fn clone(&self) -> CopySnapshotOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CopySnapshotOutput
impl Debug for CopySnapshotOutput
sourceimpl PartialEq<CopySnapshotOutput> for CopySnapshotOutput
impl PartialEq<CopySnapshotOutput> for CopySnapshotOutput
sourcefn eq(&self, other: &CopySnapshotOutput) -> bool
fn eq(&self, other: &CopySnapshotOutput) -> bool
impl StructuralPartialEq for CopySnapshotOutput
Auto Trait Implementations
impl RefUnwindSafe for CopySnapshotOutput
impl Send for CopySnapshotOutput
impl Sync for CopySnapshotOutput
impl Unpin for CopySnapshotOutput
impl UnwindSafe for CopySnapshotOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more