[][src]Struct arwa::html::HtmlParamElement

pub struct HtmlParamElement { /* fields omitted */ }

Methods

impl HtmlParamElement[src]

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

pub fn set_name(&self, name: &str)[src]

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

pub fn set_value(&self, value: &str)[src]

Trait Implementations

impl AsRef<Element> for HtmlParamElement[src]

impl AsRef<EventTarget> for HtmlParamElement[src]

impl AsRef<HtmlElement> for HtmlParamElement[src]

impl AsRef<HtmlParamElement> for HtmlParamElement[src]

impl AsRef<Node> for HtmlParamElement[src]

impl Clone for HtmlParamElement[src]

impl Element for HtmlParamElement[src]

impl From<HtmlParamElement> for HtmlParamElement[src]

impl From<HtmlParamElement> for GenericHtmlElement[src]

impl From<HtmlParamElement> for GenericElement[src]

impl From<HtmlParamElement> for GenericNode[src]

impl GlobalEventHandlers for HtmlParamElement[src]

impl HtmlElement for HtmlParamElement[src]

impl Node for HtmlParamElement[src]

impl TryFrom<GenericElement> for HtmlParamElement[src]

type Error = InvalidCast<GenericElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericHtmlElement> for HtmlParamElement[src]

type Error = InvalidCast<GenericHtmlElement>

The type returned in the event of a conversion error.

impl TryFrom<GenericNode> for HtmlParamElement[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> 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.