Struct clightningrpc::responses::Help[][src]

pub struct Help {
    pub help: Option<Vec<HelpItem>>,
    pub verbose: Option<String>,
}

'help' command

Fields

Trait Implementations

impl Debug for Help
[src]

Formats the value using the given formatter. Read more

impl Clone for Help
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Help

impl Sync for Help