Enum ipfs_api::KeyType [−][src]
pub enum KeyType {
Rsa,
Ed25519,
}Variants
RsaEd25519
Trait Implementations
impl Copy for KeyType[src]
impl Copy for KeyTypeimpl Clone for KeyType[src]
impl Clone for KeyTypefn clone(&self) -> KeyType[src]
fn clone(&self) -> KeyTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Serialize for KeyType[src]
impl Serialize for KeyType