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