Struct recrypt::api::EncryptedMessage[]

pub struct EncryptedMessage { /* fields omitted */ }

Methods

impl EncryptedMessage

construct $t from fixed size byte array

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 Copy for EncryptedMessage

impl Clone for EncryptedMessage

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EncryptedMessage

Formats the value using the given formatter. Read more

impl PartialEq for EncryptedMessage

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

This method tests for !=.

impl Eq for EncryptedMessage

Auto Trait Implementations