Struct uriparse::authority::Authority[][src]

pub struct Authority<'authority> { /* fields omitted */ }

Methods

impl<'authority> Authority<'authority>
[src]

Trait Implementations

impl<'authority> Clone for Authority<'authority>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'authority> Debug for Authority<'authority>
[src]

Formats the value using the given formatter. Read more

impl<'authority> Eq for Authority<'authority>
[src]

impl<'authority> Hash for Authority<'authority>
[src]

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

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

impl<'authority> PartialEq for Authority<'authority>
[src]

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

This method tests for !=.

impl<'authority> Display for Authority<'authority>
[src]

Formats the value using the given formatter. Read more

impl<'authority> From<Authority<'authority>> for String
[src]

Performs the conversion.

impl<'authority> TryFrom<&'authority [u8]> for Authority<'authority>
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<'authority> TryFrom<&'authority str> for Authority<'authority>
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

Auto Trait Implementations

impl<'authority> Send for Authority<'authority>

impl<'authority> Sync for Authority<'authority>