pub enum LogItems {
DATETIME,
THREAD,
FILE,
FileLine,
LEVEL,
MESSAGE,
S(String),
}Expand description
Possible log items
Variants§
Auto Trait Implementations§
impl Freeze for LogItems
impl RefUnwindSafe for LogItems
impl Send for LogItems
impl Sync for LogItems
impl Unpin for LogItems
impl UnwindSafe for LogItems
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