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

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

Fields

Auto Trait Implementations