Struct uriparse::uri::URI[][src]

pub struct URI<'uri> { /* fields omitted */ }

Methods

impl<'uri> URI<'uri>
[src]

Trait Implementations

impl<'uri> Clone for URI<'uri>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'uri> Debug for URI<'uri>
[src]

Formats the value using the given formatter. Read more

impl<'uri> Eq for URI<'uri>
[src]

impl<'uri> Hash for URI<'uri>
[src]

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

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

impl<'uri> PartialEq for URI<'uri>
[src]

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

This method tests for !=.

impl<'uri> Display for URI<'uri>
[src]

Formats the value using the given formatter. Read more

impl<'uri> PartialEq<str> for URI<'uri>
[src]

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

This method tests for !=.

impl<'uri> PartialEq<URI<'uri>> for str
[src]

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

This method tests for !=.

impl<'a, 'uri> PartialEq<&'a str> for URI<'uri>
[src]

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

This method tests for !=.

impl<'a, 'uri> PartialEq<URI<'uri>> for &'a str
[src]

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

This method tests for !=.

impl<'uri> TryFrom<&'uri [u8]> for URI<'uri>
[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<'uri> TryFrom<&'uri str> for URI<'uri>
[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<'uri> Send for URI<'uri>

impl<'uri> Sync for URI<'uri>