[][src]Struct arwa::html::HtmlLabelElement

pub struct HtmlLabelElement { /* fields omitted */ }

Methods

impl HtmlLabelElement[src]

pub fn html_for(&self) -> String[src]

pub fn set_html_for(&self, html_for: &str)[src]

pub fn form(&self) -> Option<HtmlFormElement>[src]

pub fn control(&self) -> Option<GenericHtmlElement>[src]

Trait Implementations

impl AsRef<Element> for HtmlLabelElement[src]

impl AsRef<EventTarget> for HtmlLabelElement[src]

impl AsRef<HtmlElement> for HtmlLabelElement[src]

impl AsRef<HtmlLabelElement> for HtmlLabelElement[src]

impl AsRef<Node> for HtmlLabelElement[src]

impl Clone for HtmlLabelElement[src]

impl Element for HtmlLabelElement[src]

impl From<HtmlLabelElement> for HtmlLabelElement[src]

impl From<HtmlLabelElement> for GenericHtmlElement[src]

impl From<HtmlLabelElement> for GenericElement[src]

impl From<HtmlLabelElement> for GenericNode[src]

impl GlobalEventHandlers for HtmlLabelElement[src]

impl HtmlElement for HtmlLabelElement[src]

impl Node for HtmlLabelElement[src]

impl TryFrom<GenericElement> for HtmlLabelElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericHtmlElement> for HtmlLabelElement[src]

type Error = InvalidCast<GenericHtmlElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericNode> for HtmlLabelElement[src]

type Error = InvalidCast<GenericNode>

The type returned in the event of a conversion error.

impl Write for HtmlLabelElement[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.