Struct ipfs_api::response::CommandsResponseOptions [] [src]

pub struct CommandsResponseOptions {
    pub names: Vec<String>,
}

Fields

Trait Implementations

impl Debug for CommandsResponseOptions
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations