Struct log4rs::filter::FilterConfig [] [src]

pub struct FilterConfig {
    pub kind: String,
    pub config: Value,
}

Configuration for a filter.

Fields

The filter kind.

The filter configuration.

Trait Implementations

impl PartialEq for FilterConfig
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for FilterConfig
[src]

impl Debug for FilterConfig
[src]

Formats the value using the given formatter.

impl Deserialize for FilterConfig
[src]

Deserialize this value from the given Serde deserializer. Read more