Struct thrussh_keys::key::OpenSSLPKey[][src]

pub struct OpenSSLPKey(pub PKey<Public>);

A public key from OpenSSL.

Trait Implementations

impl PartialEq for OpenSSLPKey
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for OpenSSLPKey
[src]

impl Debug for OpenSSLPKey
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for OpenSSLPKey

impl Sync for OpenSSLPKey