pub struct IncludeAll;
Expand description
A LabelFilter
that allows all labels.
Trait Implementations§
Source§impl Clone for IncludeAll
impl Clone for IncludeAll
Source§fn clone(&self) -> IncludeAll
fn clone(&self) -> IncludeAll
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 Debug for IncludeAll
impl Debug for IncludeAll
Source§impl LabelFilter for IncludeAll
impl LabelFilter for IncludeAll
Source§impl PartialEq for IncludeAll
impl PartialEq for IncludeAll
impl Copy for IncludeAll
impl Eq for IncludeAll
impl StructuralPartialEq for IncludeAll
Auto Trait Implementations§
impl Freeze for IncludeAll
impl RefUnwindSafe for IncludeAll
impl Send for IncludeAll
impl Sync for IncludeAll
impl Unpin for IncludeAll
impl UnwindSafe for IncludeAll
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.