Struct ipfs_api::response::ObjectDiffResponse[][src]

pub struct ObjectDiffResponse {
    pub changes: Vec<ObjectDiff>,
}

Fields

Trait Implementations

impl Debug for ObjectDiffResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations