pub struct EnableFastSnapshotRestoreStateErrorItem {
pub availability_zone: Option<String>,
pub error: Option<EnableFastSnapshotRestoreStateError>,
}Expand description
Contains information about an error that occurred when enabling fast snapshot restores.
Fields§
§availability_zone: Option<String>The Availability Zone.
error: Option<EnableFastSnapshotRestoreStateError>The error.
Trait Implementations§
Source§impl Clone for EnableFastSnapshotRestoreStateErrorItem
impl Clone for EnableFastSnapshotRestoreStateErrorItem
Source§fn clone(&self) -> EnableFastSnapshotRestoreStateErrorItem
fn clone(&self) -> EnableFastSnapshotRestoreStateErrorItem
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 EnableFastSnapshotRestoreStateErrorItem
impl Default for EnableFastSnapshotRestoreStateErrorItem
Source§fn default() -> EnableFastSnapshotRestoreStateErrorItem
fn default() -> EnableFastSnapshotRestoreStateErrorItem
Returns the “default value” for a type. Read more
Source§impl PartialEq for EnableFastSnapshotRestoreStateErrorItem
impl PartialEq for EnableFastSnapshotRestoreStateErrorItem
Source§fn eq(&self, other: &EnableFastSnapshotRestoreStateErrorItem) -> bool
fn eq(&self, other: &EnableFastSnapshotRestoreStateErrorItem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EnableFastSnapshotRestoreStateErrorItem
Auto Trait Implementations§
impl Freeze for EnableFastSnapshotRestoreStateErrorItem
impl RefUnwindSafe for EnableFastSnapshotRestoreStateErrorItem
impl Send for EnableFastSnapshotRestoreStateErrorItem
impl Sync for EnableFastSnapshotRestoreStateErrorItem
impl Unpin for EnableFastSnapshotRestoreStateErrorItem
impl UnwindSafe for EnableFastSnapshotRestoreStateErrorItem
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