Struct clightningrpc::responses::GetRoute[][src]

pub struct GetRoute {
    pub route: Vec<RouteItem>,
}

'getroute' command

Fields

Trait Implementations

impl Debug for GetRoute
[src]

Formats the value using the given formatter. Read more

impl Clone for GetRoute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GetRoute

impl Sync for GetRoute