Struct uriparse::authority::InvalidRegisteredName[][src]

pub struct InvalidRegisteredName;

An error representing an invalid registered name.

This implies that the registered name contained an invalid host character or had an invalid percent encoding. This error is not possible from parsing an authority. It can only be returned from directly parsing a registered name.

Trait Implementations

impl Clone for InvalidRegisteredName
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for InvalidRegisteredName
[src]

impl Debug for InvalidRegisteredName
[src]

Formats the value using the given formatter. Read more

impl Eq for InvalidRegisteredName
[src]

impl Hash for InvalidRegisteredName
[src]

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

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

impl PartialEq for InvalidRegisteredName
[src]

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

This method tests for !=.

impl Display for InvalidRegisteredName
[src]

Formats the value using the given formatter. Read more

impl Error for InvalidRegisteredName
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations