Enum validators::http_url::HttpUrlError [−][src]
pub enum HttpUrlError {
IncorrectFormat,
IncorrectHostFormat(HostError),
LocalNotAllow,
LocalNotFound,
ProtocolNotAllow,
ProtocolNotFound,
UTF8Error(Utf8Error),
}Variants
IncorrectFormatIncorrectHostFormat(HostError)LocalNotAllowLocalNotFoundProtocolNotAllowProtocolNotFoundUTF8Error(Utf8Error)
Trait Implementations
impl Debug for HttpUrlError[src]
impl Debug for HttpUrlErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for HttpUrlError[src]
impl PartialEq for HttpUrlErrorfn eq(&self, other: &HttpUrlError) -> bool[src]
fn eq(&self, other: &HttpUrlError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &HttpUrlError) -> bool[src]
fn ne(&self, other: &HttpUrlError) -> boolThis method tests for !=.
impl Clone for HttpUrlError[src]
impl Clone for HttpUrlErrorfn clone(&self) -> HttpUrlError[src]
fn clone(&self) -> HttpUrlErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for HttpUrlError
impl Send for HttpUrlErrorimpl Sync for HttpUrlError
impl Sync for HttpUrlError