Struct actix_tools::logs::LogSettings[][src]

pub struct LogSettings {
    pub level: String,
    pub backtrace: String,
}

Fields

Trait Implementations

impl Clone for LogSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for LogSettings

impl Sync for LogSettings