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