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