Struct ipfs_api::response::AddResponse[][src]

pub struct AddResponse {
    pub name: String,
    pub hash: String,
    pub size: String,
}

Fields

Trait Implementations

impl Debug for AddResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AddResponse

impl Sync for AddResponse