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>
Trait Implementations
impl Debug for CommandsResponse[src]
impl Debug for CommandsResponseAuto Trait Implementations
impl Send for CommandsResponse
impl Send for CommandsResponseimpl Sync for CommandsResponse
impl Sync for CommandsResponse