Struct recrypt::api::PrivateKey[]

pub struct PrivateKey { /* fields omitted */ }

Methods

impl PrivateKey

construct $t from byte slice. Input slice must be exactly the correct length for the type.

Returns

Ok($t) or Err($ApiError::InputWrongSize]

Trait Implementations

impl Eq for PrivateKey

impl PartialEq for PrivateKey

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

This method tests for !=.

impl Default for PrivateKey

Returns the "default value" for a type. Read more

impl Debug for PrivateKey

Formats the value using the given formatter. Read more

impl Drop for PrivateKey

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for PrivateKey

impl Sync for PrivateKey