Struct ipfs_api::response::FilesEntry
[−]
[src]
pub struct FilesEntry { pub name: String, pub typ: isize, pub size: i64, pub hash: String, }
Fields
name: String
typ: isize
size: i64
hash: String