pub enum BackupScopeKind {
Member,
Subtree,
NonRootFleet,
MaintenanceRoot,
}Expand description
BackupScopeKind
Variants§
Trait Implementations§
Source§impl Clone for BackupScopeKind
impl Clone for BackupScopeKind
Source§fn clone(&self) -> BackupScopeKind
fn clone(&self) -> BackupScopeKind
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 BackupScopeKind
impl Debug for BackupScopeKind
Source§impl<'de> Deserialize<'de> for BackupScopeKind
impl<'de> Deserialize<'de> for BackupScopeKind
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 BackupScopeKind
impl PartialEq for BackupScopeKind
Source§fn eq(&self, other: &BackupScopeKind) -> bool
fn eq(&self, other: &BackupScopeKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BackupScopeKind
impl Serialize for BackupScopeKind
impl Eq for BackupScopeKind
impl StructuralPartialEq for BackupScopeKind
Auto Trait Implementations§
impl Freeze for BackupScopeKind
impl RefUnwindSafe for BackupScopeKind
impl Send for BackupScopeKind
impl Sync for BackupScopeKind
impl Unpin for BackupScopeKind
impl UnsafeUnpin for BackupScopeKind
impl UnwindSafe for BackupScopeKind
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