Struct ipfs_api::response::FilesStatResponse[][src]

pub struct FilesStatResponse {
    pub hash: String,
    pub size: u64,
    pub cumulative_size: u64,
    pub blocks: u64,
    pub typ: String,
}

Fields

Trait Implementations

impl Debug for FilesStatResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations