pub struct Attrs_form {
Show 22 fields pub accept_charset: Option<SpacedList<CharacterEncoding>>, pub accesskey: Option<String>, pub action: Option<Uri>, pub autocapitalize: Option<String>, pub autocomplete: Option<OnOff>, pub class: Option<ClassList>, pub contenteditable: Option<bool>, pub contextmenu: Option<Id>, pub dir: Option<TextDirection>, pub draggable: Option<bool>, pub enctype: Option<FormEncodingType>, pub hidden: Option<bool>, pub id: Option<Id>, pub is: Option<String>, pub lang: Option<LanguageTag>, pub method: Option<FormMethod>, pub name: Option<Id>, pub novalidate: Option<bool>, pub style: Option<String>, pub tabindex: Option<isize>, pub target: Option<Target>, pub title: Option<String>,
}

Fields

accept_charset: Option<SpacedList<CharacterEncoding>>accesskey: Option<String>action: Option<Uri>autocapitalize: Option<String>autocomplete: Option<OnOff>class: Option<ClassList>contenteditable: Option<bool>contextmenu: Option<Id>dir: Option<TextDirection>draggable: Option<bool>enctype: Option<FormEncodingType>hidden: Option<bool>id: Option<Id>is: Option<String>lang: Option<LanguageTag>method: Option<FormMethod>name: Option<Id>novalidate: Option<bool>style: Option<String>tabindex: Option<isize>target: Option<Target>title: Option<String>

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.