pub enum LogType {
Show 19 variants
Debug,
Info,
Default,
Error,
Fault,
Create,
Useraction,
ProcessSignpostEvent,
ProcessSignpostStart,
ProcessSignpostEnd,
SystemSignpostEvent,
SystemSignpostStart,
SystemSignpostEnd,
ThreadSignpostEvent,
ThreadSignpostStart,
ThreadSignpostEnd,
Simpledump,
Statedump,
Loss,
}Variants§
Debug
Info
Default
Error
Fault
Create
Useraction
ProcessSignpostEvent
ProcessSignpostStart
ProcessSignpostEnd
SystemSignpostEvent
SystemSignpostStart
SystemSignpostEnd
ThreadSignpostEvent
ThreadSignpostStart
ThreadSignpostEnd
Simpledump
Statedump
Loss
Trait Implementations§
impl Copy for LogType
impl Eq for LogType
impl StructuralPartialEq for LogType
Auto Trait Implementations§
impl Freeze for LogType
impl RefUnwindSafe for LogType
impl Send for LogType
impl Sync for LogType
impl Unpin for LogType
impl UnwindSafe for LogType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.