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

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

Fields

Trait Implementations

impl Debug for ObjectStatResponse
[src]

[src]

Formats the value using the given formatter.