Struct ipfs_api::response::BootstrapRmAllResponse[][src]

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

Fields

Trait Implementations

impl Debug for BootstrapRmAllResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations