Struct ipfs_api::response::KeyPair [] [src]

pub struct KeyPair {
    pub name: String,
    pub id: String,
}

Fields

Trait Implementations

impl Debug for KeyPair
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for KeyPair

impl Sync for KeyPair