Struct ipfs_api::response::ObjectPatchRmLinkResponse[][src]

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

Fields

Auto Trait Implementations