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

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

Fields

Trait Implementations

impl Debug for PinRmResponse
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PinRmResponse

impl Sync for PinRmResponse