Struct ipfs_api::response::PinLsResponse [] [src]

pub struct PinLsResponse {
    pub keys: HashMap<String, PinType>,
}

Fields

Trait Implementations

impl Debug for PinLsResponse
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PinLsResponse

impl Sync for PinLsResponse