pub struct Attrs_link {
Show 22 fields pub accesskey: Option<String>, pub as: Option<Mime>, pub autocapitalize: Option<String>, pub class: Option<ClassList>, pub contenteditable: Option<bool>, pub contextmenu: Option<Id>, pub crossorigin: Option<CrossOrigin>, pub dir: Option<TextDirection>, pub draggable: Option<bool>, pub hidden: Option<bool>, pub href: Option<Uri>, pub hreflang: Option<LanguageTag>, pub id: Option<Id>, pub is: Option<String>, pub lang: Option<LanguageTag>, pub media: Option<String>, pub rel: Option<LinkType>, pub sizes: Option<String>, pub style: Option<String>, pub tabindex: Option<isize>, pub title: Option<String>, pub type: Option<Mime>,
}

Fields

accesskey: Option<String>as: Option<Mime>autocapitalize: Option<String>class: Option<ClassList>contenteditable: Option<bool>contextmenu: Option<Id>crossorigin: Option<CrossOrigin>dir: Option<TextDirection>draggable: Option<bool>hidden: Option<bool>href: Option<Uri>hreflang: Option<LanguageTag>id: Option<Id>is: Option<String>lang: Option<LanguageTag>media: Option<String>rel: Option<LinkType>sizes: Option<String>style: Option<String>tabindex: Option<isize>title: Option<String>type: Option<Mime>

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.