pub enum Period {
Minute,
Hour,
Day,
Month,
Year,
}Expand description
Log rotation frequency
Variants§
Minute
rotate log every minute
Hour
rotate log every hour
Day
rotate log everyday
Month
rotate log every month
Year
rotate log every year
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Period
impl Send for Period
impl Sync for Period
impl Unpin for Period
impl UnwindSafe for Period
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