Struct validators::http_url::HttpUrl[][src]

pub struct HttpUrl { /* fields omitted */ }

Methods

impl HttpUrl
[src]

Trait Implementations

impl Clone for HttpUrl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Validated for HttpUrl
[src]

impl Display for HttpUrl
[src]

Formats the value using the given formatter. Read more

impl PartialEq for HttpUrl
[src]

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

This method tests for !=.

impl From<HttpUrlLocalableWithProtocol> for HttpUrl
[src]

Performs the conversion.

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 !=.

impl From<HttpUrlUnlocalableWithProtocol> for HttpUrl
[src]

Performs the conversion.

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

impl Send for HttpUrl

impl Sync for HttpUrl