Struct validators::http_url::HttpUrlLocalableWithProtocol[][src]

pub struct HttpUrlLocalableWithProtocol(_);

Methods

impl HttpUrlLocalableWithProtocol
[src]

impl HttpUrlLocalableWithProtocol
[src]

impl HttpUrlLocalableWithProtocol
[src]

Trait Implementations

impl Clone for HttpUrlLocalableWithProtocol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<HttpUrlLocalableWithProtocol> for HttpUrl
[src]

Performs the conversion.

impl Validated for HttpUrlLocalableWithProtocol
[src]

impl ValidatedWrapper for HttpUrlLocalableWithProtocol
[src]

impl Debug for HttpUrlLocalableWithProtocol
[src]

Formats the value using the given formatter. Read more

impl Display for HttpUrlLocalableWithProtocol
[src]

Formats the value using the given formatter. Read more

impl PartialEq for HttpUrlLocalableWithProtocol
[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 HttpUrlLocalableWithProtocol
[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