Enum pipe_logger_lib::RotateMethod
source · 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 more