Struct sshcerts::ssh::Ed25519PrivateKey
source · [−]Expand description
ED25519 private key.
Fields
key: Vec<u8>The private key.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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