Struct clightningrpc::responses::Ping[][src]

pub struct Ping {
    pub totlen: i64,
}

'ping' command

Fields

Trait Implementations

impl Debug for Ping
[src]

Formats the value using the given formatter. Read more

impl Clone for Ping
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Ping

impl Sync for Ping