pub enum PveCmdEnum {
CephInstall,
Login,
Upgrade,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for PveCmdEnum
impl Clone for PveCmdEnum
Source§fn clone(&self) -> PveCmdEnum
fn clone(&self) -> PveCmdEnum
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 PveCmdEnum
impl Debug for PveCmdEnum
Source§impl Default for PveCmdEnum
impl Default for PveCmdEnum
Source§fn default() -> PveCmdEnum
fn default() -> PveCmdEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PveCmdEnum
impl<'de> Deserialize<'de> for PveCmdEnum
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 PveCmdEnum
impl Display for PveCmdEnum
Source§impl Hash for PveCmdEnum
impl Hash for PveCmdEnum
Source§impl Ord for PveCmdEnum
impl Ord for PveCmdEnum
Source§fn cmp(&self, other: &PveCmdEnum) -> Ordering
fn cmp(&self, other: &PveCmdEnum) -> 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 PveCmdEnum
impl PartialEq for PveCmdEnum
Source§fn eq(&self, other: &PveCmdEnum) -> bool
fn eq(&self, other: &PveCmdEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PveCmdEnum
impl PartialOrd for PveCmdEnum
Source§impl Serialize for PveCmdEnum
impl Serialize for PveCmdEnum
impl Copy for PveCmdEnum
impl Eq for PveCmdEnum
impl StructuralPartialEq for PveCmdEnum
Auto Trait Implementations§
impl Freeze for PveCmdEnum
impl RefUnwindSafe for PveCmdEnum
impl Send for PveCmdEnum
impl Sync for PveCmdEnum
impl Unpin for PveCmdEnum
impl UnsafeUnpin for PveCmdEnum
impl UnwindSafe for PveCmdEnum
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