Struct ipfs_api::response::BootstrapListResponse[][src]

pub struct BootstrapListResponse {
    pub peers: Vec<String>,
}

Fields

Trait Implementations

impl Debug for BootstrapListResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations