Struct ipfs_api::response::FilesEntry [] [src]

pub struct FilesEntry {
    pub name: String,
    pub typ: isize,
    pub size: i64,
    pub hash: String,
}

Fields

Trait Implementations

impl Debug for FilesEntry
[src]

[src]

Formats the value using the given formatter.