#[non_exhaustive]pub struct EnableFastSnapshotRestoreErrorItem { /* private fields */ }
Expand description
Contains information about the errors that occurred when enabling fast snapshot restores.
Implementations§
source§impl EnableFastSnapshotRestoreErrorItem
impl EnableFastSnapshotRestoreErrorItem
sourcepub fn snapshot_id(&self) -> Option<&str>
pub fn snapshot_id(&self) -> Option<&str>
The ID of the snapshot.
sourcepub fn fast_snapshot_restore_state_errors(
&self
) -> Option<&[EnableFastSnapshotRestoreStateErrorItem]>
pub fn fast_snapshot_restore_state_errors(
&self
) -> Option<&[EnableFastSnapshotRestoreStateErrorItem]>
The errors.
source§impl EnableFastSnapshotRestoreErrorItem
impl EnableFastSnapshotRestoreErrorItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EnableFastSnapshotRestoreErrorItem
.
Trait Implementations§
source§impl Clone for EnableFastSnapshotRestoreErrorItem
impl Clone for EnableFastSnapshotRestoreErrorItem
source§fn clone(&self) -> EnableFastSnapshotRestoreErrorItem
fn clone(&self) -> EnableFastSnapshotRestoreErrorItem
Returns a copy 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 PartialEq<EnableFastSnapshotRestoreErrorItem> for EnableFastSnapshotRestoreErrorItem
impl PartialEq<EnableFastSnapshotRestoreErrorItem> for EnableFastSnapshotRestoreErrorItem
source§fn eq(&self, other: &EnableFastSnapshotRestoreErrorItem) -> bool
fn eq(&self, other: &EnableFastSnapshotRestoreErrorItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.