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