Struct gmime::GpgContext[]

pub struct GpgContext(_, _);

A GnuPG crypto context.

Implements

CryptoContextExt

Methods

impl GpgContext
[src]

Creates a new gpg crypto context object.

Returns

a new gpg crypto context object.

Trait Implementations

impl Clone for GpgContext

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GpgContext

Formats the value using the given formatter. Read more

impl Hash for GpgContext

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

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

impl StaticType for GpgContext

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for GpgContext

impl IsA<CryptoContext> for GpgContext

impl IsA<Object> for GpgContext

impl Default for GpgContext
[src]

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

Auto Trait Implementations

impl !Send for GpgContext

impl !Sync for GpgContext