pub struct DeleteSnapshotMessage {
pub snapshot_name: String,
}
Expand description
Represents the input of a DeleteSnapshot
operation.
Fields§
§snapshot_name: String
The name of the snapshot to be deleted.
Trait Implementations§
Source§impl Clone for DeleteSnapshotMessage
impl Clone for DeleteSnapshotMessage
Source§fn clone(&self) -> DeleteSnapshotMessage
fn clone(&self) -> DeleteSnapshotMessage
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 DeleteSnapshotMessage
impl Debug for DeleteSnapshotMessage
Source§impl Default for DeleteSnapshotMessage
impl Default for DeleteSnapshotMessage
Source§fn default() -> DeleteSnapshotMessage
fn default() -> DeleteSnapshotMessage
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteSnapshotMessage
impl PartialEq for DeleteSnapshotMessage
impl StructuralPartialEq for DeleteSnapshotMessage
Auto Trait Implementations§
impl Freeze for DeleteSnapshotMessage
impl RefUnwindSafe for DeleteSnapshotMessage
impl Send for DeleteSnapshotMessage
impl Sync for DeleteSnapshotMessage
impl Unpin for DeleteSnapshotMessage
impl UnwindSafe for DeleteSnapshotMessage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more