Struct c_ares::MXResult [] [src]

pub struct MXResult<'a> {
    // some fields omitted
}

The contents of a single MX record.

Methods

impl<'a> MXResult<'a>
[src]

Returns the hostname in this MXResult.

Returns the priority from this MXResult.

Trait Implementations

impl<'a> Debug for MXResult<'a>
[src]

Formats the value using the given formatter.

impl<'a> Send for MXResult<'a>
[src]

impl<'a> Sync for MXResult<'a>
[src]

impl<'a> Display for MXResult<'a>
[src]

Formats the value using the given formatter.