Struct libqaul::utilities::filelogger::FileLoggerConfig
source · [−]pub struct FileLoggerConfig {
pub enable: bool,
}
Expand description
File Logger Configuration
Fields
enable: bool
Auto Trait Implementations
impl RefUnwindSafe for FileLoggerConfig
impl Send for FileLoggerConfig
impl Sync for FileLoggerConfig
impl Unpin for FileLoggerConfig
impl UnwindSafe for FileLoggerConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more