Struct c_ares::SRVResult [] [src]

pub struct SRVResult<'a> { /* fields omitted */ }

The contents of a single SRV record.

Methods

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

[src]

Returns the hostname in this SRVResult.

[src]

Returns the weight in this SRVResult.

[src]

Returns the priority in this SRVResult.

[src]

Returns the port in this SRVResult.

Trait Implementations

impl<'a> Clone for SRVResult<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Copy for SRVResult<'a>
[src]

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

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

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

[src]

Formats the value using the given formatter. Read more