pub enum ParseError {
EmptyHost,
IdnaError,
InvalidPort,
InvalidIpv4Address,
InvalidIpv6Address,
InvalidDomainCharacter,
RelativeUrlWithoutBase,
RelativeUrlWithCannotBeABaseBase,
SetHostOnCannotBeABaseUrl,
Overflow,
}
Errors that can occur during parsing.
InvalidDomainCharacter
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.
Performs copy-assignment from source
. Read more
Formats the value using the given formatter. Read more
The lower-level cause of this error, if any. Read more
Formats the value using the given formatter. Read more