Struct ipfs_api::response::FileLsResponse[][src]

pub struct FileLsResponse {
    pub arguments: HashMap<String, String>,
    pub objects: HashMap<String, IpfsDetailedFile>,
}

Fields

Trait Implementations

impl Debug for FileLsResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations