Struct ipfs_api::response::MountResponse[][src]

pub struct MountResponse {
    pub ipfs: String,
    pub ipns: String,
    pub fuse_allow_other: bool,
}

Fields

Auto Trait Implementations