Struct ipfs_api::response::IpfsHeader [] [src]

pub struct IpfsHeader {
    pub name: String,
    pub hash: String,
    pub size: u64,
    pub typ: Option<String>,
}

Fields

Trait Implementations

impl Debug for IpfsHeader
[src]

[src]

Formats the value using the given formatter.