Struct gmime::CryptoContext[]

pub struct CryptoContext(_, _);

A crypto context for use with MIME.

Implements

CryptoContextExt

Methods

impl CryptoContext
[src]

Creates a new crypto context for the specified protocol.

protocol

the crypto protocol

Returns

a newly allocated CryptoContext.

Trait Implementations

impl Clone for CryptoContext

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CryptoContext

Formats the value using the given formatter. Read more

impl Hash for CryptoContext

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl StaticType for CryptoContext

Returns the type identifier of Self.

impl<T: IsA<Object>> PartialEq<T> for CryptoContext

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

This method tests for !=.

impl Eq for CryptoContext

impl IsA<Object> for CryptoContext

impl IsA<CryptoContext> for GpgContext

impl IsA<CryptoContext> for Pkcs7Context

Auto Trait Implementations

impl !Send for CryptoContext

impl !Sync for CryptoContext