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

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

Fields

Trait Implementations

Auto Trait Implementations