Struct ipfs_api::response::IpfsDetailedFile [] [src]

pub struct IpfsDetailedFile {
    pub hash: String,
    pub size: u64,
    pub typ: String,
    pub links: Vec<IpfsHeader>,
}

Fields

Trait Implementations

impl Debug for IpfsDetailedFile
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations