Struct gmime::HeaderList[]

pub struct HeaderList(_, _);

A list of message or mime-part headers.

Implements

HeaderListExt

Methods

impl HeaderList
[src]

Creates a new HeaderList object.

options

a ParserOptions or None

Returns

a new header list object.

Trait Implementations

impl Clone for HeaderList

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HeaderList

Formats the value using the given formatter. Read more

impl Hash for HeaderList

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

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

impl StaticType for HeaderList

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for HeaderList

impl IsA<Object> for HeaderList

Auto Trait Implementations

impl !Send for HeaderList

impl !Sync for HeaderList