Struct rustls::PrivateKey [] [src]

pub struct PrivateKey(pub Vec<u8>);

This type contains a private key by value.

Trait Implementations

impl Debug for PrivateKey
[src]

Formats the value using the given formatter.

impl Clone for PrivateKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for PrivateKey
[src]

impl PartialEq for PrivateKey
[src]

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

This method tests for !=.