Struct validators::http_url::HttpUrlUnlocalableWithProtocol[][src]

pub struct HttpUrlUnlocalableWithProtocol(_);

Methods

impl HttpUrlUnlocalableWithProtocol
[src]

impl HttpUrlUnlocalableWithProtocol
[src]

impl HttpUrlUnlocalableWithProtocol
[src]

Trait Implementations

impl Clone for HttpUrlUnlocalableWithProtocol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<HttpUrlUnlocalableWithProtocol> for HttpUrl
[src]

Performs the conversion.

impl Validated for HttpUrlUnlocalableWithProtocol
[src]

impl ValidatedWrapper for HttpUrlUnlocalableWithProtocol
[src]

impl Debug for HttpUrlUnlocalableWithProtocol
[src]

Formats the value using the given formatter. Read more

impl Display for HttpUrlUnlocalableWithProtocol
[src]

Formats the value using the given formatter. Read more

impl PartialEq for HttpUrlUnlocalableWithProtocol
[src]

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

This method tests for !=.

impl PartialEq<HttpUrl> for HttpUrlUnlocalableWithProtocol
[src]

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

This method tests for !=.

Auto Trait Implementations