pub enum RotateMethod {
FileSize(u64),
}
Expand description
The way to rotate log files.
Variants§
Trait Implementations§
Source§impl Clone for RotateMethod
impl Clone for RotateMethod
Source§fn clone(&self) -> RotateMethod
fn clone(&self) -> RotateMethod
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RotateMethod
impl Debug for RotateMethod
Source§impl Hash for RotateMethod
impl Hash for RotateMethod
Source§impl PartialEq for RotateMethod
impl PartialEq for RotateMethod
impl Copy for RotateMethod
impl Eq for RotateMethod
impl StructuralPartialEq for RotateMethod
Auto Trait Implementations§
impl Freeze for RotateMethod
impl RefUnwindSafe for RotateMethod
impl Send for RotateMethod
impl Sync for RotateMethod
impl Unpin for RotateMethod
impl UnwindSafe for RotateMethod
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