Struct ipfs_api::response::ObjectPatchAddLinkResponse [] [src]

pub struct ObjectPatchAddLinkResponse {
    pub hash: String,
    pub links: Vec<IpfsHeader>,
}

Fields

Trait Implementations

Auto Trait Implementations