pub struct DefaultStyle { /* private fields */ }Expand description
Default style used for the logs E.g: [Error]: This is an error message
Implementations§
Trait Implementations§
Source§impl Default for DefaultStyle
impl Default for DefaultStyle
Source§impl Style for DefaultStyle
impl Style for DefaultStyle
Auto Trait Implementations§
impl Freeze for DefaultStyle
impl RefUnwindSafe for DefaultStyle
impl Send for DefaultStyle
impl Sync for DefaultStyle
impl Unpin for DefaultStyle
impl UnwindSafe for DefaultStyle
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