pub struct LabelMatch {
pub name: String,
pub op: LabelMatchOp,
pub value: Vec<u8>,
}
Expand description
Single label filter.
Fields§
§name: String
§op: LabelMatchOp
§value: Vec<u8>
Trait Implementations§
Source§impl Debug for LabelMatch
impl Debug for LabelMatch
Source§impl PartialEq for LabelMatch
impl PartialEq for LabelMatch
impl StructuralPartialEq for LabelMatch
Auto Trait Implementations§
impl Freeze for LabelMatch
impl RefUnwindSafe for LabelMatch
impl Send for LabelMatch
impl Sync for LabelMatch
impl Unpin for LabelMatch
impl UnwindSafe for LabelMatch
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