Struct aws_sdk_elasticache::output::DeleteSnapshotOutput
source · [−]#[non_exhaustive]pub struct DeleteSnapshotOutput { /* private fields */ }Implementations
sourceimpl DeleteSnapshotOutput
impl DeleteSnapshotOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteSnapshotOutput.
Trait Implementations
sourceimpl Clone for DeleteSnapshotOutput
impl Clone for DeleteSnapshotOutput
sourcefn clone(&self) -> DeleteSnapshotOutput
fn clone(&self) -> DeleteSnapshotOutput
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 DeleteSnapshotOutput
impl Debug for DeleteSnapshotOutput
sourceimpl PartialEq<DeleteSnapshotOutput> for DeleteSnapshotOutput
impl PartialEq<DeleteSnapshotOutput> for DeleteSnapshotOutput
sourcefn eq(&self, other: &DeleteSnapshotOutput) -> bool
fn eq(&self, other: &DeleteSnapshotOutput) -> bool
impl StructuralPartialEq for DeleteSnapshotOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteSnapshotOutput
impl Send for DeleteSnapshotOutput
impl Sync for DeleteSnapshotOutput
impl Unpin for DeleteSnapshotOutput
impl UnwindSafe for DeleteSnapshotOutput
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