Enum ipfs_api::KeyType[][src]

pub enum KeyType {
    Rsa,
    Ed25519,
}

Variants

Trait Implementations

impl Copy for KeyType
[src]

impl Clone for KeyType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Serialize for KeyType
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for KeyType

impl Sync for KeyType