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