Struct KeyPair
ipfs_api::response
pub struct KeyPair { pub name: String, pub id: String, }
name: String
id: String
impl Debug for KeyPair
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Send for KeyPair
impl Sync for KeyPair