Struct fluvio_future::tracing::metadata::Level [−][src]
pub struct Level(_);
Describes the level of verbosity of a span or event.
Implementations
Trait Implementations
impl From<Level> for LevelFilter[src]
impl From<Level> for LevelFilter[src]pub fn from(level: Level) -> LevelFilter[src]
pub fn from(level: Level) -> LevelFilter[src]Performs the conversion.
impl FromStr for Level[src]
impl FromStr for Level[src]type Err = ParseLevelError
type Err = ParseLevelErrorThe associated error which can be returned from parsing.
impl Ord for Level[src]
impl Ord for Level[src]impl PartialEq<Level> for LevelFilter[src]
impl PartialEq<Level> for LevelFilter[src]impl PartialEq<LevelFilter> for Level[src]
impl PartialEq<LevelFilter> for Level[src]impl PartialOrd<Level> for LevelFilter[src]
impl PartialOrd<Level> for LevelFilter[src]pub fn partial_cmp(&self, other: &Level) -> Option<Ordering>[src]
pub fn partial_cmp(&self, other: &Level) -> Option<Ordering>[src]This method returns an ordering between self and other values if one exists. Read more
pub fn lt(&self, other: &Level) -> bool[src]
pub fn lt(&self, other: &Level) -> bool[src]This method tests less than (for self and other) and is used by the < operator. Read more
pub fn le(&self, other: &Level) -> bool[src]
pub fn le(&self, other: &Level) -> bool[src]This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl PartialOrd<Level> for Level[src]
impl PartialOrd<Level> for Level[src]pub fn partial_cmp(&self, other: &Level) -> Option<Ordering>[src]
pub fn partial_cmp(&self, other: &Level) -> Option<Ordering>[src]This method returns an ordering between self and other values if one exists. Read more
pub fn lt(&self, other: &Level) -> bool[src]
pub fn lt(&self, other: &Level) -> bool[src]This method tests less than (for self and other) and is used by the < operator. Read more
pub fn le(&self, other: &Level) -> bool[src]
pub fn le(&self, other: &Level) -> bool[src]This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl PartialOrd<LevelFilter> for Level[src]
impl PartialOrd<LevelFilter> for Level[src]pub fn partial_cmp(&self, other: &LevelFilter) -> Option<Ordering>[src]
pub fn partial_cmp(&self, other: &LevelFilter) -> Option<Ordering>[src]This method returns an ordering between self and other values if one exists. Read more
pub fn lt(&self, other: &LevelFilter) -> bool[src]
pub fn lt(&self, other: &LevelFilter) -> bool[src]This method tests less than (for self and other) and is used by the < operator. Read more
pub fn le(&self, other: &LevelFilter) -> bool[src]
pub fn le(&self, other: &LevelFilter) -> bool[src]This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
pub fn gt(&self, other: &LevelFilter) -> bool[src]
pub fn gt(&self, other: &LevelFilter) -> bool[src]This method tests greater than (for self and other) and is used by the > operator. Read more
pub fn ge(&self, other: &LevelFilter) -> bool[src]
pub fn ge(&self, other: &LevelFilter) -> bool[src]This method tests greater than or equal to (for self and other) and is used by the >=
operator. Read more
impl Copy for Level[src]
impl Eq for Level[src]
impl StructuralEq for Level[src]
impl StructuralPartialEq for Level[src]
Auto Trait Implementations
impl RefUnwindSafe for Level
impl Send for Level
impl Sync for Level
impl Unpin for Level
impl UnwindSafe for Level
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]fn instrument(self, span: Span) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>
impl<T> Future for Instrumented<T> where
T: Future, type Output = <T as Future>::Output;[src]
fn instrument(self, span: Span) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>
impl<T> Future for Instrumented<T> where
T: Future, type Output = <T as Future>::Output;[src]Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>
impl<T> Future for Instrumented<T> where
T: Future, type Output = <T as Future>::Output;[src]
fn in_current_span(self) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>
impl<T> Future for Instrumented<T> where
T: Future, type Output = <T as Future>::Output;[src]impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more