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