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

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

Fields

Trait Implementations

impl Debug for FilesEntry
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FilesEntry

impl Sync for FilesEntry