Struct ipfs_api::response::CommandsResponse[][src]

pub struct CommandsResponse {
    pub name: String,
    pub subcommands: Vec<CommandsResponse>,
    pub options: Vec<CommandsResponseOptions>,
}

Fields

Trait Implementations

impl Debug for CommandsResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations