Struct ssh_key::private::Ed25519PrivateKey [−][src]
pub struct Ed25519PrivateKey(_);Expand description
Ed25519 private key.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Ed25519PrivateKey
impl Send for Ed25519PrivateKey
impl Sync for Ed25519PrivateKey
impl Unpin for Ed25519PrivateKey
impl UnwindSafe for Ed25519PrivateKey
Blanket Implementations
Mutably borrows from an owned value. Read more