Enum logger_rust::log_rotator::LogConfig
source · pub enum LogConfig {
Path(LogPath),
Rotator(LogRotatorConfig),
}
Variants§
Path(LogPath)
LogConfig enum
Defines the Path variable as std::PathBuf for path And a Rotator variable linked to the LogRotatorConfig implementor
Rotator(LogRotatorConfig)
Auto Trait Implementations§
impl RefUnwindSafe for LogConfig
impl Send for LogConfig
impl Sync for LogConfig
impl Unpin for LogConfig
impl UnwindSafe for LogConfig
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