Struct gmime::SignatureList[]

pub struct SignatureList(_, _);

A collection of Signature objects.

Implements

SignatureListExt

Methods

impl SignatureList
[src]

Creates a new SignatureList.

Returns

a new SignatureList.

Trait Implementations

impl Clone for SignatureList

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SignatureList

Formats the value using the given formatter. Read more

impl Hash for SignatureList

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

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

impl StaticType for SignatureList

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for SignatureList

impl IsA<Object> for SignatureList

impl Default for SignatureList
[src]

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

Auto Trait Implementations

impl !Send for SignatureList

impl !Sync for SignatureList