Struct clightningrpc::responses::NetworkAddress[][src]

pub struct NetworkAddress {
    pub type_: String,
    pub address: String,
    pub port: String,
}

structure for network addresses

Fields

Trait Implementations

impl Debug for NetworkAddress
[src]

Formats the value using the given formatter. Read more

impl Clone for NetworkAddress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations