Struct clightningrpc::common::RouteItem[][src]

pub struct RouteItem {
    pub id: String,
    pub channel: String,
    pub msatoshi: i64,
    pub delay: i64,
}

Sub-structure for route in 'pay', 'getroute' and 'sendpay'

Fields

Trait Implementations

impl Debug for RouteItem
[src]

Formats the value using the given formatter. Read more

impl Clone for RouteItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RouteItem

impl Sync for RouteItem