[][src]Struct typed_html::elements::Attrs_nav

pub struct Attrs_nav {
    pub accesskey: Option<String>,
    pub autocapitalize: Option<String>,
    pub class: Option<ClassList>,
    pub contenteditable: Option<Bool>,
    pub contextmenu: Option<Id>,
    pub dir: Option<TextDirection>,
    pub draggable: Option<Bool>,
    pub hidden: Option<Bool>,
    pub id: Option<Id>,
    pub is: Option<String>,
    pub lang: Option<LanguageTag>,
    pub role: Option<Role>,
    pub style: Option<String>,
    pub tabindex: Option<isize>,
    pub title: Option<String>,
}

Fields

accesskey: Option<String>autocapitalize: Option<String>class: Option<ClassList>contenteditable: Option<Bool>contextmenu: Option<Id>dir: Option<TextDirection>draggable: Option<Bool>hidden: Option<Bool>id: Option<Id>is: Option<String>lang: Option<LanguageTag>role: Option<Role>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.