Struct ipfs_api::response::CommandsResponse
[−]
[src]
pub struct CommandsResponse {
pub name: String,
pub subcommands: Vec<CommandsResponse>,
pub options: Vec<CommandsResponseOptions>,
}Fields
name: String
subcommands: Vec<CommandsResponse>
options: Vec<CommandsResponseOptions>