[][src]Struct typed_html::elements::Attrs_th

pub struct Attrs_th {
    pub abbr: Option<String>,
    pub accesskey: Option<String>,
    pub autocapitalize: Option<String>,
    pub class: Option<ClassList>,
    pub colspan: Option<usize>,
    pub contenteditable: Option<Bool>,
    pub contextmenu: Option<Id>,
    pub dir: Option<TextDirection>,
    pub draggable: Option<Bool>,
    pub headers: Option<SpacedSet<Id>>,
    pub hidden: Option<Bool>,
    pub id: Option<Id>,
    pub is: Option<String>,
    pub lang: Option<LanguageTag>,
    pub role: Option<Role>,
    pub rowspan: Option<usize>,
    pub scope: Option<TableHeaderScope>,
    pub style: Option<String>,
    pub tabindex: Option<isize>,
    pub title: Option<String>,
}

Fields

abbr: Option<String>accesskey: Option<String>autocapitalize: Option<String>class: Option<ClassList>colspan: Option<usize>contenteditable: Option<Bool>contextmenu: Option<Id>dir: Option<TextDirection>draggable: Option<Bool>headers: Option<SpacedSet<Id>>hidden: Option<Bool>id: Option<Id>is: Option<String>lang: Option<LanguageTag>role: Option<Role>rowspan: Option<usize>scope: Option<TableHeaderScope>style: Option<String>tabindex: Option<isize>title: Option<String>

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.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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

The type returned in the event of a conversion error.