Struct ipfs_api::response::ObjectDiff [−][src]
pub struct ObjectDiff {
pub typ: u64,
pub path: String,
pub before: HashMap<String, String>,
pub after: HashMap<String, String>,
}Fields
typ: u64
path: String
before: HashMap<String, String>
after: HashMap<String, String>
Trait Implementations
impl Debug for ObjectDiff[src]
impl Debug for ObjectDiffAuto Trait Implementations
impl Send for ObjectDiff
impl Send for ObjectDiffimpl Sync for ObjectDiff
impl Sync for ObjectDiff