pub struct Log<'a> {
pub file_path: &'a str,
pub rolling: Rolling,
pub keep_type: KeepType,
pub packer: LogPacker,
}Fields§
§file_path: &'a str§rolling: Rolling§keep_type: KeepType§packer: LogPackerImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Log<'a>
impl<'a> RefUnwindSafe for Log<'a>
impl<'a> Send for Log<'a>
impl<'a> Sync for Log<'a>
impl<'a> Unpin for Log<'a>
impl<'a> UnwindSafe for Log<'a>
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