Struct gmime::Pkcs7Context[]

pub struct Pkcs7Context(_, _);

A PKCS7 crypto context.

Implements

CryptoContextExt

Methods

impl Pkcs7Context
[src]

Creates a new pkcs7 crypto context object.

Returns

a new pkcs7 crypto context object.

Trait Implementations

impl Clone for Pkcs7Context

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Pkcs7Context

Formats the value using the given formatter. Read more

impl Hash for Pkcs7Context

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

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

impl StaticType for Pkcs7Context

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for Pkcs7Context

impl IsA<CryptoContext> for Pkcs7Context

impl IsA<Object> for Pkcs7Context

impl Default for Pkcs7Context
[src]

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

Auto Trait Implementations

impl !Send for Pkcs7Context

impl !Sync for Pkcs7Context