pub enum RotationInterval {
Hourly,
Daily,
Never,
}
Expand description
Rotation interval for metrics files
Variants§
Trait Implementations§
Source§impl Clone for RotationInterval
impl Clone for RotationInterval
Source§fn clone(&self) -> RotationInterval
fn clone(&self) -> RotationInterval
Returns a duplicate 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 RotationInterval
impl Debug for RotationInterval
impl Copy for RotationInterval
Auto Trait Implementations§
impl Freeze for RotationInterval
impl RefUnwindSafe for RotationInterval
impl Send for RotationInterval
impl Sync for RotationInterval
impl Unpin for RotationInterval
impl UnwindSafe for RotationInterval
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