Struct ipfs_api::response::ObjectStatResponse [] [src]

pub struct ObjectStatResponse {
    pub hash: String,
    pub num_links: u64,
    pub block_size: u64,
    pub links_size: u64,
    pub data_size: u64,
    pub cumulative_size: u64,
}

Fields

Trait Implementations

impl Debug for ObjectStatResponse
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations