pub struct Log;Implementations§
Source§impl Log
impl Log
pub fn create_log_dir()
pub fn create_dir(kind: LineType)
pub fn create_file(path: String)
pub fn new<T: Debug>(kind: LineType, name: &T)
pub fn add<T: Debug>(str: String, kind: LineType, name: &T)
pub fn panic_file() -> String
pub fn error(str: String)
pub fn error_file() -> String
Auto Trait Implementations§
impl Freeze for Log
impl RefUnwindSafe for Log
impl Send for Log
impl Sync for Log
impl Unpin for Log
impl UnwindSafe for Log
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