Struct ipfs_api::response::RepoStatResponse [] [src]

pub struct RepoStatResponse {
    pub num_objects: u64,
    pub repo_size: u64,
    pub repo_path: String,
    pub version: String,
}

Fields

Trait Implementations

impl Debug for RepoStatResponse
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations