Struct tracing_subscriber::filter::Directive [−][src]
pub struct Directive { /* fields omitted */ }
A single filtering directive.
Trait Implementations
impl From<LevelFilter> for Directive
[src]
impl From<LevelFilter> for Directive
[src]fn from(level: LevelFilter) -> Self
[src][−]
impl PartialOrd<Directive> for Directive
[src]
impl PartialOrd<Directive> for Directive
[src]fn partial_cmp(&self, other: &Directive) -> Option<Ordering>
[src][−]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl Eq for Directive
[src]
impl StructuralEq for Directive
[src]
impl StructuralPartialEq for Directive
[src]
Auto Trait Implementations
impl RefUnwindSafe for Directive
impl Send for Directive
impl Sync for Directive
impl Unpin for Directive
impl UnwindSafe for Directive
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]