pub struct DisableFastSnapshotRestoreStateError {
pub code: Option<String>,
pub message: Option<String>,
}Expand description
Describes an error that occurred when disabling fast snapshot restores.
Fields§
§code: Option<String>The error code.
message: Option<String>The error message.
Trait Implementations§
Source§impl Clone for DisableFastSnapshotRestoreStateError
impl Clone for DisableFastSnapshotRestoreStateError
Source§fn clone(&self) -> DisableFastSnapshotRestoreStateError
fn clone(&self) -> DisableFastSnapshotRestoreStateError
Returns a duplicate 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 Default for DisableFastSnapshotRestoreStateError
impl Default for DisableFastSnapshotRestoreStateError
Source§fn default() -> DisableFastSnapshotRestoreStateError
fn default() -> DisableFastSnapshotRestoreStateError
Returns the “default value” for a type. Read more
Source§impl PartialEq for DisableFastSnapshotRestoreStateError
impl PartialEq for DisableFastSnapshotRestoreStateError
Source§fn eq(&self, other: &DisableFastSnapshotRestoreStateError) -> bool
fn eq(&self, other: &DisableFastSnapshotRestoreStateError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DisableFastSnapshotRestoreStateError
Auto Trait Implementations§
impl Freeze for DisableFastSnapshotRestoreStateError
impl RefUnwindSafe for DisableFastSnapshotRestoreStateError
impl Send for DisableFastSnapshotRestoreStateError
impl Sync for DisableFastSnapshotRestoreStateError
impl Unpin for DisableFastSnapshotRestoreStateError
impl UnwindSafe for DisableFastSnapshotRestoreStateError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more