pub struct BatchDeleteClusterSnapshotsRequest {
pub identifiers: Vec<DeleteClusterSnapshotMessage>,
}
Fields§
§identifiers: Vec<DeleteClusterSnapshotMessage>
A list of identifiers for the snapshots that you want to delete.
Trait Implementations§
Source§impl Clone for BatchDeleteClusterSnapshotsRequest
impl Clone for BatchDeleteClusterSnapshotsRequest
Source§fn clone(&self) -> BatchDeleteClusterSnapshotsRequest
fn clone(&self) -> BatchDeleteClusterSnapshotsRequest
Returns a duplicate 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 Default for BatchDeleteClusterSnapshotsRequest
impl Default for BatchDeleteClusterSnapshotsRequest
Source§fn default() -> BatchDeleteClusterSnapshotsRequest
fn default() -> BatchDeleteClusterSnapshotsRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for BatchDeleteClusterSnapshotsRequest
impl PartialEq for BatchDeleteClusterSnapshotsRequest
Source§fn eq(&self, other: &BatchDeleteClusterSnapshotsRequest) -> bool
fn eq(&self, other: &BatchDeleteClusterSnapshotsRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for BatchDeleteClusterSnapshotsRequest
Auto Trait Implementations§
impl Freeze for BatchDeleteClusterSnapshotsRequest
impl RefUnwindSafe for BatchDeleteClusterSnapshotsRequest
impl Send for BatchDeleteClusterSnapshotsRequest
impl Sync for BatchDeleteClusterSnapshotsRequest
impl Unpin for BatchDeleteClusterSnapshotsRequest
impl UnwindSafe for BatchDeleteClusterSnapshotsRequest
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