Struct clightningrpc::responses::Log[][src]

pub struct Log {
    pub type_: String,
    pub time: String,
    pub source: String,
    pub log: String,
}

Sub-structure for log entry in 'listpeers'

Fields

Trait Implementations

impl Debug for Log
[src]

Formats the value using the given formatter. Read more

impl Clone for Log
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Log

impl Sync for Log