[][src]Struct log4rs::filter::threshold::ThresholdFilterDeserializer

pub struct ThresholdFilterDeserializer;

A deserializer for the ThresholdFilter.

Configuration

kind: threshold

# The threshold log level to filter at. Required
level: warn

Trait Implementations

impl Deserialize for ThresholdFilterDeserializer[src]

type Trait = dyn Filter

The trait that this deserializer will create.

type Config = ThresholdFilterConfig

This deserializer's configuration.

Auto Trait Implementations

impl Send for ThresholdFilterDeserializer

impl Sync for ThresholdFilterDeserializer

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> UnsafeAny for T where
    T: Any
[src]