pub enum OSLogEntryLogLevel {
Undefined,
Debug,
Info,
Notice,
Error,
Fault,
}Expand description
The severity of an OSLogEntryLog.
Variants§
Trait Implementations§
Source§impl Clone for OSLogEntryLogLevel
impl Clone for OSLogEntryLogLevel
Source§fn clone(&self) -> OSLogEntryLogLevel
fn clone(&self) -> OSLogEntryLogLevel
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 OSLogEntryLogLevel
impl Debug for OSLogEntryLogLevel
Source§impl Hash for OSLogEntryLogLevel
impl Hash for OSLogEntryLogLevel
Source§impl PartialEq for OSLogEntryLogLevel
impl PartialEq for OSLogEntryLogLevel
Source§fn eq(&self, other: &OSLogEntryLogLevel) -> bool
fn eq(&self, other: &OSLogEntryLogLevel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for OSLogEntryLogLevel
impl Eq for OSLogEntryLogLevel
impl StructuralPartialEq for OSLogEntryLogLevel
Auto Trait Implementations§
impl Freeze for OSLogEntryLogLevel
impl RefUnwindSafe for OSLogEntryLogLevel
impl Send for OSLogEntryLogLevel
impl Sync for OSLogEntryLogLevel
impl Unpin for OSLogEntryLogLevel
impl UnsafeUnpin for OSLogEntryLogLevel
impl UnwindSafe for OSLogEntryLogLevel
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