Struct gmime::Signature[]

pub struct Signature(_, _);

An object containing useful information about a signature.

Implements

SignatureExt

Methods

impl Signature
[src]

Creates a new Signature object.

Returns

a new Signature object.

Trait Implementations

impl Clone for Signature

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Signature

Formats the value using the given formatter. Read more

impl Hash for Signature

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

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

impl StaticType for Signature

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for Signature

impl IsA<Object> for Signature

impl Default for Signature
[src]

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

Auto Trait Implementations

impl !Send for Signature

impl !Sync for Signature