Enum ipfs_api::LoggingLevel[][src]

pub enum LoggingLevel {
    Debug,
    Info,
    Warning,
    Error,
    Critical,
}

Variants

Trait Implementations

impl Copy for LoggingLevel
[src]

impl Clone for LoggingLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Serialize for LoggingLevel
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations