Enum cursive_logger_view::LogItems
source · pub enum LogItems {
DATETIME,
THREAD,
FILE,
FileLine,
LEVEL,
MESSAGE,
S(String),
}Expand description
Possible log items
Variants§
Auto Trait Implementations§
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