Struct ntrumls::PrivateKey [] [src]

pub struct PrivateKey(pub Vec<u8>);

Trait Implementations

impl Debug for PrivateKey
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for PrivateKey
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for PrivateKey
[src]

impl Clone for PrivateKey
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Encodable for PrivateKey
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for PrivateKey
[src]

[src]

Deserialize a value using a Decoder.

Auto Trait Implementations

impl Send for PrivateKey

impl Sync for PrivateKey