Struct madato::types::KVFilter[][src]

pub struct KVFilter {
    pub key_re: Regex,
    pub value_re: Regex,
}

Fields

Methods

impl KVFilter
[src]

Trait Implementations

impl Clone for KVFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for KVFilter
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for KVFilter

impl Sync for KVFilter