Struct ipfs_api::response::BlockPutResponse [] [src]

pub struct BlockPutResponse {
    pub key: String,
    pub size: u64,
}

Fields

Trait Implementations

impl Debug for BlockPutResponse
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations