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