pub struct Attrs_article {
Show 14 fields 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 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>style: Option<String>tabindex: Option<isize>title: Option<String>

Auto Trait Implementations

Blanket Implementations

source

impl<T> Any for Twhere
    T: 'static + ?Sized,

Gets the TypeId of self. Read more
source

impl<T> Borrow<T> for Twhere
    T: ?Sized,

Immutably borrows from an owned value. Read more
source

impl<T> BorrowMut<T> for Twhere
    T: ?Sized,

Mutably borrows from an owned value. Read more
source

impl<T> From<T> for T

Returns the argument unchanged.

source

impl<T, U> Into<U> for Twhere
    U: From<T>,

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source

impl<T, U> TryFrom<U> for Twhere
    U: Into<T>,

The type returned in the event of a conversion error.
Performs the conversion.
source

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

The type returned in the event of a conversion error.
Performs the conversion.
source

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

The type returned in the event of a conversion error.
Performs the conversion.