pub enum PveLockEnum {
Backup,
Create,
Destroyed,
Disk,
Fstrim,
Migrate,
Mounted,
Rollback,
Snapshot,
SnapshotDelete,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for PveLockEnum
impl Clone for PveLockEnum
Source§fn clone(&self) -> PveLockEnum
fn clone(&self) -> PveLockEnum
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 PveLockEnum
impl Debug for PveLockEnum
Source§impl Default for PveLockEnum
impl Default for PveLockEnum
Source§fn default() -> PveLockEnum
fn default() -> PveLockEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PveLockEnum
impl<'de> Deserialize<'de> for PveLockEnum
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 Display for PveLockEnum
impl Display for PveLockEnum
Source§impl Hash for PveLockEnum
impl Hash for PveLockEnum
Source§impl Ord for PveLockEnum
impl Ord for PveLockEnum
Source§fn cmp(&self, other: &PveLockEnum) -> Ordering
fn cmp(&self, other: &PveLockEnum) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PveLockEnum
impl PartialEq for PveLockEnum
Source§fn eq(&self, other: &PveLockEnum) -> bool
fn eq(&self, other: &PveLockEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PveLockEnum
impl PartialOrd for PveLockEnum
Source§impl Serialize for PveLockEnum
impl Serialize for PveLockEnum
impl Copy for PveLockEnum
impl Eq for PveLockEnum
impl StructuralPartialEq for PveLockEnum
Auto Trait Implementations§
impl Freeze for PveLockEnum
impl RefUnwindSafe for PveLockEnum
impl Send for PveLockEnum
impl Sync for PveLockEnum
impl Unpin for PveLockEnum
impl UnsafeUnpin for PveLockEnum
impl UnwindSafe for PveLockEnum
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