Struct ipfs_api::response::ObjectLinksResponse [] [src]

pub struct ObjectLinksResponse {
    pub hash: String,
    pub links: Vec<IpfsHeader>,
}

Fields

Trait Implementations

impl Debug for ObjectLinksResponse
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations