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