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

Trait Implementations

impl Debug for ObjectDiff
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ObjectDiff

impl Sync for ObjectDiff