Struct ipfs_api::response::DagIpfsHeader [] [src]

pub struct DagIpfsHeader {
    pub name: String,
    pub size: u64,
    pub cid: HashMap<String, String>,
}

Fields

Trait Implementations

impl Debug for DagIpfsHeader
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DagIpfsHeader

impl Sync for DagIpfsHeader