#[non_exhaustive]pub struct EnableFastSnapshotRestoreStateErrorItem { /* private fields */ }
Expand description
Contains information about an error that occurred when enabling fast snapshot restores.
Implementations
sourceimpl EnableFastSnapshotRestoreStateErrorItem
impl EnableFastSnapshotRestoreStateErrorItem
sourcepub fn availability_zone(&self) -> Option<&str>
pub fn availability_zone(&self) -> Option<&str>
The Availability Zone.
sourcepub fn error(&self) -> Option<&EnableFastSnapshotRestoreStateError>
pub fn error(&self) -> Option<&EnableFastSnapshotRestoreStateError>
The error.
sourceimpl EnableFastSnapshotRestoreStateErrorItem
impl EnableFastSnapshotRestoreStateErrorItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EnableFastSnapshotRestoreStateErrorItem
.
Trait Implementations
sourceimpl Clone for EnableFastSnapshotRestoreStateErrorItem
impl Clone for EnableFastSnapshotRestoreStateErrorItem
sourcefn clone(&self) -> EnableFastSnapshotRestoreStateErrorItem
fn clone(&self) -> EnableFastSnapshotRestoreStateErrorItem
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 PartialEq<EnableFastSnapshotRestoreStateErrorItem> for EnableFastSnapshotRestoreStateErrorItem
impl PartialEq<EnableFastSnapshotRestoreStateErrorItem> for EnableFastSnapshotRestoreStateErrorItem
sourcefn eq(&self, other: &EnableFastSnapshotRestoreStateErrorItem) -> bool
fn eq(&self, other: &EnableFastSnapshotRestoreStateErrorItem) -> bool
impl StructuralPartialEq for EnableFastSnapshotRestoreStateErrorItem
Auto Trait Implementations
impl RefUnwindSafe for EnableFastSnapshotRestoreStateErrorItem
impl Send for EnableFastSnapshotRestoreStateErrorItem
impl Sync for EnableFastSnapshotRestoreStateErrorItem
impl Unpin for EnableFastSnapshotRestoreStateErrorItem
impl UnwindSafe for EnableFastSnapshotRestoreStateErrorItem
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