Struct ipfs_api::response::PinAddResponse [] [src]

pub struct PinAddResponse {
    pub pins: Vec<String>,
    pub progress: Option<i32>,
}

Fields

Trait Implementations

impl Debug for PinAddResponse
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations