pub struct Attrs_textarea {
Show 28 fields pub accesskey: Option<String>, pub autocapitalize: Option<String>, pub autocomplete: Option<OnOff>, pub autofocus: Option<bool>, pub class: Option<ClassList>, pub cols: Option<usize>, pub contenteditable: Option<bool>, pub contextmenu: Option<Id>, pub dir: Option<TextDirection>, pub disabled: Option<bool>, pub draggable: Option<bool>, pub form: Option<Id>, pub hidden: Option<bool>, pub id: Option<Id>, pub is: Option<String>, pub lang: Option<LanguageTag>, pub maxlength: Option<usize>, pub minlength: Option<usize>, pub name: Option<Id>, pub placeholder: Option<String>, pub readonly: Option<bool>, pub required: Option<bool>, pub rows: Option<usize>, pub spellcheck: Option<BoolOrDefault>, pub style: Option<String>, pub tabindex: Option<isize>, pub title: Option<String>, pub wrap: Option<Wrap>,
}

Fields

accesskey: Option<String>autocapitalize: Option<String>autocomplete: Option<OnOff>autofocus: Option<bool>class: Option<ClassList>cols: Option<usize>contenteditable: Option<bool>contextmenu: Option<Id>dir: Option<TextDirection>disabled: Option<bool>draggable: Option<bool>form: Option<Id>hidden: Option<bool>id: Option<Id>is: Option<String>lang: Option<LanguageTag>maxlength: Option<usize>minlength: Option<usize>name: Option<Id>placeholder: Option<String>readonly: Option<bool>required: Option<bool>rows: Option<usize>spellcheck: Option<BoolOrDefault>style: Option<String>tabindex: Option<isize>title: Option<String>wrap: Option<Wrap>

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.