pub struct Attrs_img {
Show 24 fields pub accesskey: Option<String>, pub alt: Option<String>, pub autocapitalize: Option<String>, pub class: Option<ClassList>, pub contenteditable: Option<bool>, pub contextmenu: Option<Id>, pub crossorigin: Option<CrossOrigin>, pub decoding: Option<ImageDecoding>, pub dir: Option<TextDirection>, pub draggable: Option<bool>, pub height: Option<usize>, pub hidden: Option<bool>, pub id: Option<Id>, pub is: Option<String>, pub ismap: Option<bool>, pub lang: Option<LanguageTag>, pub sizes: Option<SpacedList<String>>, pub src: Option<Uri>, pub srcset: Option<String>, pub style: Option<String>, pub tabindex: Option<isize>, pub title: Option<String>, pub usemap: Option<String>, pub width: Option<usize>,
}

Fields

accesskey: Option<String>alt: Option<String>autocapitalize: Option<String>class: Option<ClassList>contenteditable: Option<bool>contextmenu: Option<Id>crossorigin: Option<CrossOrigin>decoding: Option<ImageDecoding>dir: Option<TextDirection>draggable: Option<bool>height: Option<usize>hidden: Option<bool>id: Option<Id>is: Option<String>ismap: Option<bool>lang: Option<LanguageTag>sizes: Option<SpacedList<String>>src: Option<Uri>srcset: Option<String>style: Option<String>tabindex: Option<isize>title: Option<String>usemap: Option<String>width: Option<usize>

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.