pub enum DimensionOption {
obsolete,
hidden,
}
Expand description
Auxilary options available for Dimension.
Variants§
obsolete
Mark a dimension as obsolete. Netdata will delete it after some time.
Make this dimension hidden, it will take part in the calculations but will not be presented in the chart.
Trait Implementations§
Source§impl Clone for DimensionOption
impl Clone for DimensionOption
Source§fn clone(&self) -> DimensionOption
fn clone(&self) -> DimensionOption
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 moreAuto Trait Implementations§
impl Freeze for DimensionOption
impl RefUnwindSafe for DimensionOption
impl Send for DimensionOption
impl Sync for DimensionOption
impl Unpin for DimensionOption
impl UnwindSafe for DimensionOption
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