pub struct Logger { /* private fields */ }Implementations§
Source§impl Logger
impl Logger
pub fn new() -> Self
pub fn with_frame_color(self, color: Color) -> Self
pub fn with_content_color(self, color: Color) -> Self
pub fn with_save_log(self, path: impl Into<PathBuf>) -> Self
pub fn table<'a, T: Display>( &self, title: &str, data: impl Into<IndexMap<&'a str, T>>, )
Auto Trait Implementations§
impl Freeze for Logger
impl RefUnwindSafe for Logger
impl Send for Logger
impl Sync for Logger
impl Unpin for Logger
impl UnsafeUnpin for Logger
impl UnwindSafe for Logger
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