Struct log4rs::file::raw::Filter
[−]
[src]
pub struct Filter {
pub kind: String,
pub config: Value,
}Fields
kind: String
config: Value
Trait Implementations
impl Debug for Filter[src]
impl Eq for Filter[src]
impl PartialEq for Filter[src]
fn eq(&self, __arg_0: &Filter) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Filter) -> bool
This method tests for !=.
impl Deserialize for Filter[src]
fn deserialize<D>(d: &mut D) -> Result<Filter, D::Error> where D: Deserializer
Deserialize this value given this Deserializer.