Struct gmime::Certificate[]

pub struct Certificate(_, _);

An object containing useful information about a certificate.

Implements

CertificateExt

Methods

impl Certificate
[src]

Creates a new Certificate object.

Returns

a new Certificate object.

Trait Implementations

impl Clone for Certificate

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Certificate

Formats the value using the given formatter. Read more

impl Hash for Certificate

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

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

impl StaticType for Certificate

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for Certificate

impl IsA<Object> for Certificate

impl Default for Certificate
[src]

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

Auto Trait Implementations

impl !Send for Certificate

impl !Sync for Certificate