[][src]Struct valerie::html::elements::Embed

pub struct Embed;

HTML <embed> element

Trait Implementations

impl Height for Embed[src]

impl HtmlElement for Embed[src]

impl Src for Embed[src]

impl Type for Embed[src]

impl Width for Embed[src]

Auto Trait Implementations

impl RefUnwindSafe for Embed

impl Send for Embed

impl Sync for Embed

impl Unpin for Embed

impl UnwindSafe for Embed

Blanket Implementations

impl<T> Accesskey for T where
    T: HtmlElement
[src]

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

impl<T> Autocapitalize for T where
    T: HtmlElement
[src]

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

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

impl<T> Class for T where
    T: HtmlElement
[src]

impl<T> Contenteditable for T where
    T: HtmlElement
[src]

impl<T> Contextmenu for T where
    T: HtmlElement
[src]

impl<T> Dir for T where
    T: HtmlElement
[src]

impl<T> Draggable for T where
    T: HtmlElement
[src]

impl<T> Dropzone for T where
    T: HtmlElement
[src]

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

impl<T> Hidden for T where
    T: HtmlElement
[src]

impl<T> Id for T where
    T: HtmlElement
[src]

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

impl<T> Itemprop for T where
    T: HtmlElement
[src]

impl<T> Lang for T where
    T: HtmlElement
[src]

impl<T> Slot for T where
    T: HtmlElement
[src]

impl<T> Spellcheck for T where
    T: HtmlElement
[src]

impl<T> Style for T where
    T: HtmlElement
[src]

impl<T> Tabindex for T where
    T: HtmlElement
[src]

impl<T> Title for T where
    T: HtmlElement
[src]

impl<T> Translate for T where
    T: HtmlElement
[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.