Struct ssh_key::private::Ed25519Keypair [−][src]
pub struct Ed25519Keypair {
pub public: Ed25519PublicKey,
pub private: Ed25519PrivateKey,
}Expand description
Ed25519 private/public keypair.
Fields
public: Ed25519PublicKeyPublic key.
private: Ed25519PrivateKeyPrivate key.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Ed25519Keypair
impl Send for Ed25519Keypair
impl Sync for Ed25519Keypair
impl Unpin for Ed25519Keypair
impl UnwindSafe for Ed25519Keypair
Blanket Implementations
Mutably borrows from an owned value. Read more