Struct ipfs_api::response::ObjectGetResponse[][src]

pub struct ObjectGetResponse {
    pub data: String,
    pub links: Vec<IpfsHeader>,
}

Fields

Trait Implementations

impl Debug for ObjectGetResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations