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]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for IpfsHeader

impl Sync for IpfsHeader