Struct lambda_extension::tracing::subscriber::filter::Directive
pub struct Directive { /* private fields */ }
Expand description
A single filtering directive.
Trait Implementations§
§impl From<LevelFilter> for Directive
impl From<LevelFilter> for Directive
§fn from(level: LevelFilter) -> Directive
fn from(level: LevelFilter) -> Directive
Converts to this type from the input type.
§impl Ord for Directive
impl Ord for Directive
§impl PartialOrd for Directive
impl PartialOrd for Directive
§fn partial_cmp(&self, other: &Directive) -> Option<Ordering>
fn partial_cmp(&self, other: &Directive) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for Directive
impl StructuralPartialEq for Directive
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§
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