pub struct LabelFilter<L> { /* private fields */ }
Implementations§
Source§impl<L> LabelFilter<L>
impl<L> LabelFilter<L>
Trait Implementations§
Source§impl<L> Default for LabelFilter<L>
impl<L> Default for LabelFilter<L>
Source§impl<L> From<(L, L)> for LabelFilter<L>
impl<L> From<(L, L)> for LabelFilter<L>
Source§impl<L> From<(L, L, L)> for LabelFilter<L>
impl<L> From<(L, L, L)> for LabelFilter<L>
Source§impl<L> From<(L, L, L, L)> for LabelFilter<L>
impl<L> From<(L, L, L, L)> for LabelFilter<L>
Source§fn from(v: (L, L, L, L)) -> Self
fn from(v: (L, L, L, L)) -> Self
Converts to this type from the input type.
Source§impl<L> From<(L, L, L, L, L)> for LabelFilter<L>
impl<L> From<(L, L, L, L, L)> for LabelFilter<L>
Source§fn from(v: (L, L, L, L, L)) -> Self
fn from(v: (L, L, L, L, L)) -> Self
Converts to this type from the input type.
Source§impl<L> From<AcceptAllLabels> for LabelFilter<L>
impl<L> From<AcceptAllLabels> for LabelFilter<L>
Source§fn from(_v: AcceptAllLabels) -> Self
fn from(_v: AcceptAllLabels) -> Self
Converts to this type from the input type.
Source§impl<L> From<AcceptNoLabel> for LabelFilter<L>
impl<L> From<AcceptNoLabel> for LabelFilter<L>
Source§fn from(_v: AcceptNoLabel) -> Self
fn from(_v: AcceptNoLabel) -> Self
Converts to this type from the input type.
Source§impl<L> From<AcceptOneLabel<L>> for LabelFilter<L>
impl<L> From<AcceptOneLabel<L>> for LabelFilter<L>
Source§fn from(v: AcceptOneLabel<L>) -> Self
fn from(v: AcceptOneLabel<L>) -> Self
Converts to this type from the input type.
Source§impl<LL> From<L<LL>> for LabelFilter<LL>
impl<LL> From<L<LL>> for LabelFilter<LL>
Source§impl<L> From<L> for LabelFilter<L>
impl<L> From<L> for LabelFilter<L>
Source§impl<L, P> From<LP<P>> for LabelFilter<L>
impl<L, P> From<LP<P>> for LabelFilter<L>
Source§impl<L, P> From<LabelPredicate<P>> for LabelFilter<L>
impl<L, P> From<LabelPredicate<P>> for LabelFilter<L>
Source§fn from(v: LabelPredicate<P>) -> Self
fn from(v: LabelPredicate<P>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<L> Freeze for LabelFilter<L>where
L: Freeze,
impl<L> !RefUnwindSafe for LabelFilter<L>
impl<L> Send for LabelFilter<L>where
L: Send,
impl<L> !Sync for LabelFilter<L>
impl<L> Unpin for LabelFilter<L>where
L: Unpin,
impl<L> !UnwindSafe for LabelFilter<L>
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