pub enum LabelFilterType {
EQ,
NEQ,
GT,
GTE,
LT,
LTE,
}
Variants§
Trait Implementations§
Source§impl Clone for LabelFilterType
impl Clone for LabelFilterType
Source§fn clone(&self) -> LabelFilterType
fn clone(&self) -> LabelFilterType
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 LabelFilterType
impl Debug for LabelFilterType
Source§impl PartialEq for LabelFilterType
impl PartialEq for LabelFilterType
impl Eq for LabelFilterType
impl StructuralPartialEq for LabelFilterType
Auto Trait Implementations§
impl Freeze for LabelFilterType
impl RefUnwindSafe for LabelFilterType
impl Send for LabelFilterType
impl Sync for LabelFilterType
impl Unpin for LabelFilterType
impl UnwindSafe for LabelFilterType
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