Struct ipfs_api::response::SwarmAddrsLocalResponse[][src]

pub struct SwarmAddrsLocalResponse {
    pub strings: Vec<String>,
}

Fields

Trait Implementations

impl Debug for SwarmAddrsLocalResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations