Struct ipfs_api::response::RefsLocalResponse [] [src]

pub struct RefsLocalResponse {
    pub reference: String,
    pub err: String,
}

Fields

Trait Implementations

impl Debug for RefsLocalResponse
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations