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