pub struct LogOption {
pub level: Option<LEVEL>,
pub format: Option<u8>,
pub formatter: Option<String>,
pub console: Option<bool>,
pub fileoption: Option<Box<dyn FileOption>>,
}Fields§
§level: Option<LEVEL>§format: Option<u8>§formatter: Option<String>§console: Option<bool>§fileoption: Option<Box<dyn FileOption>>Auto Trait Implementations§
impl Freeze for LogOption
impl !RefUnwindSafe for LogOption
impl Send for LogOption
impl Sync for LogOption
impl Unpin for LogOption
impl !UnwindSafe for LogOption
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