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