Struct gmime::InternetAddressList[]

pub struct InternetAddressList(_, _);

A collection of InternetAddress objects.

Implements

InternetAddressListExt

Methods

impl InternetAddressList
[src]

Creates a new InternetAddressList.

Returns

a new InternetAddressList.

Construct a list of internet addresses from the given string.

options

a ParserOptions or None

str

a string containing internet addresses

Returns

a InternetAddressList or None if the input string does not contain any addresses.

Trait Implementations

impl Clone for InternetAddressList

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InternetAddressList

Formats the value using the given formatter. Read more

impl Hash for InternetAddressList

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

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

impl StaticType for InternetAddressList

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for InternetAddressList

impl IsA<Object> for InternetAddressList

impl Default for InternetAddressList
[src]

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

Auto Trait Implementations

impl !Send for InternetAddressList

impl !Sync for InternetAddressList