Struct ipfs_api::response::BlockStatResponse[][src]

pub struct BlockStatResponse {
    pub key: String,
    pub size: u64,
}

Fields

Trait Implementations

impl Debug for BlockStatResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations