Struct ipfs_api::response::KeyRenameResponse[][src]

pub struct KeyRenameResponse {
    pub was: String,
    pub now: String,
    pub id: String,
    pub overwrite: bool,
}

Fields

Trait Implementations

impl Debug for KeyRenameResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations