Struct ipfs_api::response::PinRmResponse[][src]

pub struct PinRmResponse {
    pub pins: Vec<String>,
}

Fields

Trait Implementations

impl Debug for PinRmResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations