pub enum BackupOperationKind {
ValidateTopology,
ValidateControlAuthority,
ValidateSnapshotReadAuthority,
ValidateQuiescencePolicy,
Stop,
CreateSnapshot,
Start,
DownloadSnapshot,
VerifyArtifact,
FinalizeManifest,
}Expand description
BackupOperationKind
Variants§
ValidateTopology
ValidateControlAuthority
ValidateSnapshotReadAuthority
ValidateQuiescencePolicy
Stop
CreateSnapshot
Start
DownloadSnapshot
VerifyArtifact
FinalizeManifest
Trait Implementations§
Source§impl Clone for BackupOperationKind
impl Clone for BackupOperationKind
Source§fn clone(&self) -> BackupOperationKind
fn clone(&self) -> BackupOperationKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BackupOperationKind
impl Debug for BackupOperationKind
Source§impl<'de> Deserialize<'de> for BackupOperationKind
impl<'de> Deserialize<'de> for BackupOperationKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BackupOperationKind
impl PartialEq for BackupOperationKind
Source§fn eq(&self, other: &BackupOperationKind) -> bool
fn eq(&self, other: &BackupOperationKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BackupOperationKind
impl Serialize for BackupOperationKind
impl Eq for BackupOperationKind
impl StructuralPartialEq for BackupOperationKind
Auto Trait Implementations§
impl Freeze for BackupOperationKind
impl RefUnwindSafe for BackupOperationKind
impl Send for BackupOperationKind
impl Sync for BackupOperationKind
impl Unpin for BackupOperationKind
impl UnsafeUnpin for BackupOperationKind
impl UnwindSafe for BackupOperationKind
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