pub struct KindFilter(/* private fields */);Expand description
A Filter that matches events with a specific Kind.
The kind to match is pulled from the KEY_EVT_KIND well-known property. Events that don’t carry any kind are not matched.
Implementations§
Trait Implementations§
Source§impl Debug for KindFilter
impl Debug for KindFilter
Source§impl Filter for KindFilter
impl Filter for KindFilter
Auto Trait Implementations§
impl Freeze for KindFilter
impl RefUnwindSafe for KindFilter
impl Send for KindFilter
impl Sync for KindFilter
impl Unpin for KindFilter
impl UnwindSafe for KindFilter
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