pub enum CxlEventLog {
informational,
warning,
failure,
fatal,
}
Variants§
Trait Implementations§
Source§impl Clone for CxlEventLog
impl Clone for CxlEventLog
Source§fn clone(&self) -> CxlEventLog
fn clone(&self) -> CxlEventLog
Returns a duplicate of the value. Read more
1.0.0 · 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 CxlEventLog
impl Debug for CxlEventLog
Source§impl<'de> Deserialize<'de> for CxlEventLog
impl<'de> Deserialize<'de> for CxlEventLog
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 Enum for CxlEventLog
impl Enum for CxlEventLog
Source§impl FromStr for CxlEventLog
impl FromStr for CxlEventLog
Source§impl Hash for CxlEventLog
impl Hash for CxlEventLog
Source§impl Ord for CxlEventLog
impl Ord for CxlEventLog
Source§fn cmp(&self, other: &CxlEventLog) -> Ordering
fn cmp(&self, other: &CxlEventLog) -> Ordering
1.21.0 · 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 CxlEventLog
impl PartialEq for CxlEventLog
Source§impl PartialOrd for CxlEventLog
impl PartialOrd for CxlEventLog
Source§impl Serialize for CxlEventLog
impl Serialize for CxlEventLog
impl Copy for CxlEventLog
impl Eq for CxlEventLog
impl StructuralPartialEq for CxlEventLog
Auto Trait Implementations§
impl Freeze for CxlEventLog
impl RefUnwindSafe for CxlEventLog
impl Send for CxlEventLog
impl Sync for CxlEventLog
impl Unpin for CxlEventLog
impl UnwindSafe for CxlEventLog
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