Struct clightningrpc::requests::ListConfigs[][src]

pub struct ListConfigs {
    pub config: Option<String>,
}

'listconfigs' command

Fields

Trait Implementations

impl Debug for ListConfigs
[src]

Formats the value using the given formatter. Read more

impl Clone for ListConfigs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ListConfigs

impl Sync for ListConfigs