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

pub struct Thead;

HTML <thead> element

Trait Implementations

impl Align for Thead[src]

impl HtmlElement for Thead[src]

Auto Trait Implementations

impl RefUnwindSafe for Thead

impl Send for Thead

impl Sync for Thead

impl Unpin for Thead

impl UnwindSafe for Thead

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.