Struct ipfs_api::response::BlockRmResponse [] [src]

pub struct BlockRmResponse {
    pub hash: String,
    pub error: Option<String>,
}

Fields

Trait Implementations

impl Debug for BlockRmResponse
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations