[][src]Struct arwa::GenericElement

pub struct GenericElement { /* fields omitted */ }

Trait Implementations

impl AsRef<Element> for GenericElement[src]

impl Debug for GenericElement[src]

impl From<Element> for GenericElement[src]

impl From<GenericElement> for Element[src]

impl From<HtmlAnchorElement> for GenericElement[src]

impl From<HtmlAreaElement> for GenericElement[src]

impl From<HtmlAudioElement> for GenericElement[src]

impl From<HtmlBaseElement> for GenericElement[src]

impl From<HtmlBodyElement> for GenericElement[src]

impl From<HtmlBrElement> for GenericElement[src]

impl From<HtmlButtonElement> for GenericElement[src]

impl From<HtmlCanvasElement> for GenericElement[src]

impl From<HtmlDListElement> for GenericElement[src]

impl From<HtmlDataElement> for GenericElement[src]

impl From<HtmlDataListElement> for GenericElement[src]

impl From<HtmlDetailsElement> for GenericElement[src]

impl From<HtmlDialogElement> for GenericElement[src]

impl From<HtmlDivElement> for GenericElement[src]

impl From<HtmlEmbedElement> for GenericElement[src]

impl From<HtmlFieldSetElement> for GenericElement[src]

impl From<HtmlFormElement> for GenericElement[src]

impl From<HtmlHeadElement> for GenericElement[src]

impl From<HtmlHeadingElement> for GenericElement[src]

impl From<HtmlHrElement> for GenericElement[src]

impl From<HtmlHtmlElement> for GenericElement[src]

impl From<HtmlIFrameElement> for GenericElement[src]

impl From<HtmlImageElement> for GenericElement[src]

impl From<HtmlInputElement> for GenericElement[src]

impl From<HtmlLabelElement> for GenericElement[src]

impl From<HtmlLegendElement> for GenericElement[src]

impl From<HtmlLiElement> for GenericElement[src]

impl From<HtmlLinkElement> for GenericElement[src]

impl From<HtmlMapElement> for GenericElement[src]

impl From<HtmlMetaElement> for GenericElement[src]

impl From<HtmlMeterElement> for GenericElement[src]

impl From<HtmlModElement> for GenericElement[src]

impl From<HtmlOListElement> for GenericElement[src]

impl From<HtmlObjectElement> for GenericElement[src]

impl From<HtmlOptGroupElement> for GenericElement[src]

impl From<HtmlOptionElement> for GenericElement[src]

impl From<HtmlOutputElement> for GenericElement[src]

impl From<HtmlParagraphElement> for GenericElement[src]

impl From<HtmlParamElement> for GenericElement[src]

impl From<HtmlPictureElement> for GenericElement[src]

impl From<HtmlPreElement> for GenericElement[src]

impl From<HtmlProgressElement> for GenericElement[src]

impl From<HtmlQuoteElement> for GenericElement[src]

impl From<HtmlScriptElement> for GenericElement[src]

impl From<HtmlSelectElement> for GenericElement[src]

impl From<HtmlSlotElement> for GenericElement[src]

impl From<HtmlSourceElement> for GenericElement[src]

impl From<HtmlSpanElement> for GenericElement[src]

impl From<HtmlStyleElement> for GenericElement[src]

impl From<HtmlTableCaptionElement> for GenericElement[src]

impl From<HtmlTableCellElement> for GenericElement[src]

impl From<HtmlTableColElement> for GenericElement[src]

impl From<HtmlTableElement> for GenericElement[src]

impl From<HtmlTableRowElement> for GenericElement[src]

impl From<HtmlTableSectionElement> for GenericElement[src]

impl From<HtmlTemplateElement> for GenericElement[src]

impl From<HtmlTextAreaElement> for GenericElement[src]

impl From<HtmlTimeElement> for GenericElement[src]

impl From<HtmlTitleElement> for GenericElement[src]

impl From<HtmlTrackElement> for GenericElement[src]

impl From<HtmlUListElement> for GenericElement[src]

impl From<HtmlVideoElement> for GenericElement[src]

impl TryFrom<GenericElement> for HtmlAnchorElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlAreaElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlDetailsElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlDialogElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlDivElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlDListElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for GenericHtmlElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlEmbedElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlFieldSetElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlFormElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlHeadElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlHeadingElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlAudioElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlHrElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlHtmlElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlIFrameElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlImageElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlInputElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlLabelElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlLegendElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlLiElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlLinkElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlMapElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlBaseElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlMetaElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlMeterElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlModElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlObjectElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlOListElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlOptGroupElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlOptionElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlOutputElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlParagraphElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlParamElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlBodyElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlPictureElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlPreElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlProgressElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlQuoteElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlScriptElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlSelectElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlSlotElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlSourceElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlSpanElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlStyleElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlBrElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlTableCaptionElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlTableCellElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlTableColElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlTableElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlTableRowElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlTableSectionElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlTemplateElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlTextAreaElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlTimeElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlTitleElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlButtonElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlTrackElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlUListElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlVideoElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlCanvasElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlDataElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericElement> for HtmlDataListElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericNode> for GenericElement[src]

type Error = InvalidCast<GenericNode>

The type returned in the event of a conversion error.

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, 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.