Struct gmime::AutocryptHeaderList[]

pub struct AutocryptHeaderList(_, _);
[]

A list of Autocrypt headers, typically extracted from a GMimeMessage.

Implements

AutocryptHeaderListExt

Methods

impl AutocryptHeaderList
[src]
[]

[]

Creates a new AutocryptHeaderList object.

Returns

a new AutocryptHeaderList object.

Trait Implementations

impl Clone for AutocryptHeaderList
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for AutocryptHeaderList
[+]

[]

Formats the value using the given formatter. Read more

impl Hash for AutocryptHeaderList
[+]

[]

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

[]

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

impl StaticType for AutocryptHeaderList
[+]

[]

Returns the type identifier of Self.

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

[]

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

[]

This method tests for !=.

impl Eq for AutocryptHeaderList

impl IsA<Object> for AutocryptHeaderList

impl Default for AutocryptHeaderList
[src]
[+]

[]

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

Auto Trait Implementations

impl !Send for AutocryptHeaderList

impl !Sync for AutocryptHeaderList