pub struct Directive { /* private fields */ }Expand description
A single filtering directive.
Trait Implementations§
Source§impl From<LevelFilter> for Directive
Available on crate features env-filter and std only.
impl From<LevelFilter> for Directive
Available on crate features
env-filter and std only.Source§fn from(level: LevelFilter) -> Self
fn from(level: LevelFilter) -> Self
Converts to this type from the input type.
Source§impl Ord for Directive
Available on crate features env-filter and std only.
impl Ord for Directive
Available on crate features
env-filter and std only.Source§impl PartialOrd for Directive
Available on crate features env-filter and std only.
impl PartialOrd for Directive
Available on crate features
env-filter and std only.impl Eq for Directive
Available on crate features
env-filter and std only.impl StructuralPartialEq for Directive
Available on crate features
env-filter and std only.Auto Trait Implementations§
impl Freeze for Directive
impl RefUnwindSafe for Directive
impl Send for Directive
impl Sync for Directive
impl Unpin for Directive
impl UnwindSafe for Directive
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