Struct ipfs_api::response::KeyPairList
[−]
[src]
pub struct KeyPairList {
pub keys: Vec<KeyPair>,
}Fields
keys: Vec<KeyPair>
pub struct KeyPairList {
pub keys: Vec<KeyPair>,
}keys: Vec<KeyPair>
impl Debug for KeyPairList[src]impl Send for KeyPairListimpl Sync for KeyPairList