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