Struct ipfs_api::response::ObjectDiff
[−]
[src]
pub struct ObjectDiff {
pub typ: isize,
pub path: String,
pub before: HashMap<String, String>,
pub after: HashMap<String, String>,
}Fields
typ: isize
path: String
before: HashMap<String, String>
after: HashMap<String, String>