Struct gmime::DecryptResult[]

pub struct DecryptResult(_, _);
[]

An object containing the results from decrypting an encrypted stream.

Implements

DecryptResultExt

Methods

impl DecryptResult
[src]
[]

[]

Creates a new DecryptResult object.

Returns

a new DecryptResult object.

Trait Implementations

impl Clone for DecryptResult
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for DecryptResult
[+]

[]

Formats the value using the given formatter. Read more

impl Hash for DecryptResult
[+]

[]

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

[]

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

impl StaticType for DecryptResult
[+]

[]

Returns the type identifier of Self.

impl<T: IsA<Object>> PartialEq<T> for DecryptResult
[+]

[]

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

[]

This method tests for !=.

impl Eq for DecryptResult

impl IsA<Object> for DecryptResult

impl Default for DecryptResult
[src]
[+]

[]

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

Auto Trait Implementations

impl !Send for DecryptResult

impl !Sync for DecryptResult