Struct ipfs_api::response::LogLevelResponse[][src]

pub struct LogLevelResponse {
    pub message: String,
}

Fields

Trait Implementations

impl Debug for LogLevelResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations