Struct clams::logging::ModLevel[][src]

pub struct ModLevel {
    pub module: String,
    pub level: Level,
}

Fields

Trait Implementations

impl Debug for ModLevel
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ModLevel

impl Sync for ModLevel