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