pub struct Filter { /* private fields */ }Expand description
A prefix-based target filter.
The filter is configured with a top-level LevelFilter and additional per-target filters. Targets are interpreted
as a hierarchy by splitting on ::. For example a target foo::bar will have a filter for the foo target
applied to it if there is not also a filter for foo::bar itself.
Implementations§
Auto Trait Implementations§
impl Freeze for Filter
impl RefUnwindSafe for Filter
impl Send for Filter
impl Sync for Filter
impl Unpin for Filter
impl UnsafeUnpin for Filter
impl UnwindSafe for Filter
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