Struct gmime::InternetAddress[]

pub struct InternetAddress(_, _);

An RFC 2822 Address object.

Implements

InternetAddressExt

Trait Implementations

impl Clone for InternetAddress

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InternetAddress

Formats the value using the given formatter. Read more

impl Hash for InternetAddress

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

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

impl StaticType for InternetAddress

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for InternetAddress

impl IsA<Object> for InternetAddress

impl IsA<InternetAddress> for InternetAddressMailbox

Auto Trait Implementations

impl !Send for InternetAddress

impl !Sync for InternetAddress