pub struct Attrs_meter {
Show 21 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 form: Option<Id>, pub hidden: Option<bool>, pub high: Option<isize>, pub id: Option<Id>, pub is: Option<String>, pub lang: Option<LanguageTag>, pub low: Option<isize>, pub max: Option<isize>, pub min: Option<isize>, pub optimum: Option<isize>, pub style: Option<String>, pub tabindex: Option<isize>, pub title: Option<String>, pub value: Option<isize>,
}

Fields

accesskey: Option<String>autocapitalize: Option<String>class: Option<ClassList>contenteditable: Option<bool>contextmenu: Option<Id>dir: Option<TextDirection>draggable: Option<bool>form: Option<Id>hidden: Option<bool>high: Option<isize>id: Option<Id>is: Option<String>lang: Option<LanguageTag>low: Option<isize>max: Option<isize>min: Option<isize>optimum: Option<isize>style: Option<String>tabindex: Option<isize>title: Option<String>value: Option<isize>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

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