Struct gmime::InternetAddressMailbox[]

pub struct InternetAddressMailbox(_, _);

An RFC 2822 Mailbox address.

Implements

InternetAddressMailboxExt, InternetAddressExt

Methods

impl InternetAddressMailbox
[src]

Creates a new InternetAddress object with the specified name and addr.

name

person's name

addr

person's address

Returns

a new InternetAddressMailbox object.

Note: The name string should be in UTF-8.

Trait Implementations

impl Clone for InternetAddressMailbox

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InternetAddressMailbox

Formats the value using the given formatter. Read more

impl Hash for InternetAddressMailbox

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

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

impl StaticType for InternetAddressMailbox

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for InternetAddressMailbox

impl IsA<InternetAddress> for InternetAddressMailbox

impl IsA<Object> for InternetAddressMailbox

Auto Trait Implementations

impl !Send for InternetAddressMailbox

impl !Sync for InternetAddressMailbox