Struct clightningrpc::responses::Connect[][src]

pub struct Connect {
    pub id: String,
}

'connect' command

Fields

Trait Implementations

impl Debug for Connect
[src]

Formats the value using the given formatter. Read more

impl Clone for Connect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Connect

impl Sync for Connect