pub enum MetricPrune {
Pruning,
NonPruning,
}Variants§
Trait Implementations§
Source§impl Clone for MetricPrune
impl Clone for MetricPrune
Source§fn clone(&self) -> MetricPrune
fn clone(&self) -> MetricPrune
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 Serialize for MetricPrune
impl Serialize for MetricPrune
impl Copy for MetricPrune
Auto Trait Implementations§
impl Freeze for MetricPrune
impl RefUnwindSafe for MetricPrune
impl Send for MetricPrune
impl Sync for MetricPrune
impl Unpin for MetricPrune
impl UnwindSafe for MetricPrune
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