Struct yew::html::Href [] [src]

pub struct Href { /* fields omitted */ }

A bridging type for checking href attribute value.

Trait Implementations

impl Debug for Href
[src]

[src]

Formats the value using the given formatter.

impl From<String> for Href
[src]

[src]

Performs the conversion.

impl<'a> From<&'a str> for Href
[src]

[src]

Performs the conversion.

impl ToString for Href
[src]

[src]

Converts the given value to a String. Read more