Struct gmime::CertificateList[]

pub struct CertificateList(_, _);
[]

A collection of Certificate objects.

Implements

CertificateListExt

Methods

impl CertificateList
[src]
[]

[]

Creates a new CertificateList.

Returns

a new CertificateList.

Trait Implementations

impl Clone for CertificateList
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for CertificateList
[+]

[]

Formats the value using the given formatter. Read more

impl Hash for CertificateList
[+]

[]

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

[]

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

impl StaticType for CertificateList
[+]

[]

Returns the type identifier of Self.

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

[]

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

[]

This method tests for !=.

impl Eq for CertificateList

impl IsA<Object> for CertificateList

impl Default for CertificateList
[src]
[+]

[]

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

Auto Trait Implementations

impl !Send for CertificateList

impl !Sync for CertificateList