Struct ipfs_api::response::KeyPairList [] [src]

pub struct KeyPairList {
    pub keys: Vec<KeyPair>,
}

Fields

Trait Implementations

impl Debug for KeyPairList
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for KeyPairList

impl Sync for KeyPairList