Struct ipfs_api::response::FilestoreObject[][src]

pub struct FilestoreObject {
    pub status: i32,
    pub error_msg: String,
    pub key: String,
    pub file_path: String,
    pub offset: u64,
    pub size: u64,
}

Fields

Trait Implementations

impl Debug for FilestoreObject
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations