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