Struct ipfs_api::response::ObjectPatchRmLinkResponse [−][src]
pub struct ObjectPatchRmLinkResponse {
pub hash: String,
pub links: Vec<IpfsHeader>,
}Fields
hash: String
links: Vec<IpfsHeader>
Auto Trait Implementations
impl Send for ObjectPatchRmLinkResponse
impl Send for ObjectPatchRmLinkResponseimpl Sync for ObjectPatchRmLinkResponse
impl Sync for ObjectPatchRmLinkResponse