Struct ipfs_api::response::IpfsHeader
[−]
[src]
pub struct IpfsHeader {
pub name: String,
pub hash: String,
pub size: u64,
pub typ: Option<String>,
}Fields
name: String
hash: String
size: u64
typ: Option<String>