Struct ipfs_api::response::TarAddResponse[][src]

pub struct TarAddResponse {
    pub name: String,
    pub hash: String,
}

Fields

Trait Implementations

impl Debug for TarAddResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations