Struct ipfs_api::response::DagGetResponse[][src]

pub struct DagGetResponse {
    pub data: Option<String>,
    pub links: Vec<DagIpfsHeader>,
}

Fields

Trait Implementations

impl Debug for DagGetResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations