Struct clightningrpc::responses::LogEntry[][src]

pub struct LogEntry {
    pub type_: String,
    pub num_skipped: Option<i64>,
    pub time: Option<String>,
    pub source: Option<String>,
    pub log: Option<String>,
}

Sub-structure for 'getlog' item

Fields

Trait Implementations

impl Debug for LogEntry
[src]

Formats the value using the given formatter. Read more

impl Clone for LogEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for LogEntry

impl Sync for LogEntry