[][src]Enum savory_html::attribute::Attribute

pub enum Attribute {
    Abbr(Abbr),
    Accept(Accept),
    AcceptCharset(AcceptCharset),
    AccessKey(AccessKey),
    Action(Action),
    Allow(Allow),
    AllowFullScreen(AllowFullScreen),
    AllowPaymentRequest(AllowPaymentRequest),
    Alt(Alt),
    As(As),
    AutoCapitalize(AutoCapitalize),
    AutoComplete(AutoComplete),
    AutoFocus(AutoFocus),
    AutoPlay(AutoPlay),
    Checked(Checked),
    Cite(Cite),
    Class(Class),
    Color(Color),
    Cols(Cols),
    ColSpan(ColSpan),
    Content(Content),
    ContentEditable(ContentEditable),
    Controls(Controls),
    Coords(Coords),
    CrossOrigin(CrossOrigin),
    Data(Data),
    DateTime(DateTime),
    Decoding(Decoding),
    Loading(Loading),
    Default(Default),
    Defer(Defer),
    Dir(Dir),
    DirName(DirName),
    Disabled(Disabled),
    Download(Download),
    Draggable(Draggable),
    EncType(EncType),
    EnterKeyHint(EnterKeyHint),
    For(For),
    Form(Form),
    FormAction(FormAction),
    FormEncType(FormEncType),
    FormMethod(FormMethod),
    FormNoValidate(FormNoValidate),
    FormTarget(FormTarget),
    Headers(Headers),
    Height(Height),
    Hidden(Hidden),
    High(High),
    Href(Href),
    HrefLang(HrefLang),
    Id(Id),
    InputMode(InputMode),
    Integrity(Integrity),
    Is(Is),
    IsMap(IsMap),
    ItemId(ItemId),
    ItemGroup(ItemGroup),
    ItemRef(ItemRef),
    ItemScope(ItemScope),
    ItemType(ItemType),
    Kind(Kind),
    Label(Label),
    Lang(Lang),
    List(List),
    Loop(Loop),
    Low(Low),
    Manifest(Manifest),
    Max(Max),
    MaxLength(MaxLength),
    Media(Media),
    Method(Method),
    Min(Min),
    MinLength(MinLength),
    Multiple(Multiple),
    Muted(Muted),
    Name(Name),
    NoModule(NoModule),
    Nonce(Nonce),
    NoValidate(NoValidate),
    Open(Open),
    Optimum(Optimum),
    Pattern(Pattern),
    Placeholder(Placeholder),
    PlaysInLine(PlaysInLine),
    Poster(Poster),
    Preload(Preload),
    ReadOnly(ReadOnly),
    ReferrerPolicy(ReferrerPolicy),
    Rel(Rel),
    Required(Required),
    Reversed(Reversed),
    Rows(Rows),
    RowSpan(RowSpan),
    Sandbox(Sandbox),
    Scope(Scope),
    Selected(Selected),
    Shape(Shape),
    Size(Size),
    Slot(Slot),
    Span(Span),
    SpellCheck(SpellCheck),
    Src(Src),
    SrcDoc(SrcDoc),
    SrcLang(SrcLang),
    SrcSet(SrcSet),
    Start(Start),
    Step(Step),
    Style(Style),
    TabIndex(TabIndex),
    Target(Target),
    Title(Title),
    Translate(Translate),
    Type(Type),
    UseMap(UseMap),
    Value(Value),
    Width(Width),
    Wrap(Wrap),
    Cx(Cx),
    Cy(Cy),
    R(R),
    Rx(Rx),
    Ry(Ry),
    X(X),
    Y(Y),
    ViewBox(ViewBox),
}

Variants

Abbr(Abbr)
Accept(Accept)
AcceptCharset(AcceptCharset)
AccessKey(AccessKey)
Action(Action)
Allow(Allow)
AllowFullScreen(AllowFullScreen)
AllowPaymentRequest(AllowPaymentRequest)
Alt(Alt)
As(As)
AutoCapitalize(AutoCapitalize)
AutoComplete(AutoComplete)
AutoFocus(AutoFocus)
AutoPlay(AutoPlay)
Checked(Checked)
Cite(Cite)
Class(Class)
Color(Color)
Cols(Cols)
ColSpan(ColSpan)
Content(Content)
ContentEditable(ContentEditable)
Controls(Controls)
Coords(Coords)
CrossOrigin(CrossOrigin)
Data(Data)
DateTime(DateTime)
Decoding(Decoding)
Loading(Loading)
Default(Default)
Defer(Defer)
Dir(Dir)
DirName(DirName)
Disabled(Disabled)
Download(Download)
Draggable(Draggable)
EncType(EncType)
EnterKeyHint(EnterKeyHint)
For(For)
Form(Form)
FormAction(FormAction)
FormEncType(FormEncType)
FormMethod(FormMethod)
FormNoValidate(FormNoValidate)
FormTarget(FormTarget)
Headers(Headers)
Height(Height)
Hidden(Hidden)
High(High)
Href(Href)
HrefLang(HrefLang)
Id(Id)
InputMode(InputMode)
Integrity(Integrity)
Is(Is)
IsMap(IsMap)
ItemId(ItemId)
ItemGroup(ItemGroup)
ItemRef(ItemRef)
ItemScope(ItemScope)
ItemType(ItemType)
Kind(Kind)
Label(Label)
Lang(Lang)
List(List)
Loop(Loop)
Low(Low)
Manifest(Manifest)
Max(Max)
MaxLength(MaxLength)
Media(Media)
Method(Method)
Min(Min)
MinLength(MinLength)
Multiple(Multiple)
Muted(Muted)
Name(Name)
NoModule(NoModule)
Nonce(Nonce)
NoValidate(NoValidate)
Open(Open)
Optimum(Optimum)
Pattern(Pattern)
Placeholder(Placeholder)
PlaysInLine(PlaysInLine)
Poster(Poster)
Preload(Preload)
ReadOnly(ReadOnly)
ReferrerPolicy(ReferrerPolicy)
Rel(Rel)
Required(Required)
Reversed(Reversed)
Rows(Rows)
RowSpan(RowSpan)
Sandbox(Sandbox)
Scope(Scope)
Selected(Selected)
Shape(Shape)
Size(Size)
Slot(Slot)
Span(Span)
SpellCheck(SpellCheck)
Src(Src)
SrcDoc(SrcDoc)
SrcLang(SrcLang)
SrcSet(SrcSet)
Start(Start)
Step(Step)
Style(Style)
TabIndex(TabIndex)
Target(Target)
Title(Title)
Translate(Translate)
Type(Type)
UseMap(UseMap)
Value(Value)
Width(Width)
Wrap(Wrap)
Cx(Cx)
Cy(Cy)
R(R)
Rx(Rx)
Ry(Ry)
X(X)
Y(Y)
ViewBox(ViewBox)

Trait Implementations

impl Clone for Attribute[src]

impl Debug for Attribute[src]

impl From<Abbr> for Attribute[src]

impl From<Accept> for Attribute[src]

impl From<AcceptCharset> for Attribute[src]

impl From<AccessKey> for Attribute[src]

impl From<Action> for Attribute[src]

impl From<Allow> for Attribute[src]

impl From<AllowFullScreen> for Attribute[src]

impl From<AllowPaymentRequest> for Attribute[src]

impl From<Alt> for Attribute[src]

impl From<As> for Attribute[src]

impl From<AutoCapitalize> for Attribute[src]

impl From<AutoComplete> for Attribute[src]

impl From<AutoFocus> for Attribute[src]

impl From<AutoPlay> for Attribute[src]

impl From<Checked> for Attribute[src]

impl From<Cite> for Attribute[src]

impl From<Class> for Attribute[src]

impl From<ColSpan> for Attribute[src]

impl From<Color> for Attribute[src]

impl From<Cols> for Attribute[src]

impl From<Content> for Attribute[src]

impl From<ContentEditable> for Attribute[src]

impl From<Controls> for Attribute[src]

impl From<Coords> for Attribute[src]

impl From<CrossOrigin> for Attribute[src]

impl From<Cx> for Attribute[src]

impl From<Cy> for Attribute[src]

impl From<Data> for Attribute[src]

impl From<DateTime> for Attribute[src]

impl From<Decoding> for Attribute[src]

impl From<Default> for Attribute[src]

impl From<Defer> for Attribute[src]

impl From<Dir> for Attribute[src]

impl From<DirName> for Attribute[src]

impl From<Disabled> for Attribute[src]

impl From<Download> for Attribute[src]

impl From<Draggable> for Attribute[src]

impl From<EncType> for Attribute[src]

impl From<EnterKeyHint> for Attribute[src]

impl From<For> for Attribute[src]

impl From<Form> for Attribute[src]

impl From<FormAction> for Attribute[src]

impl From<FormEncType> for Attribute[src]

impl From<FormMethod> for Attribute[src]

impl From<FormNoValidate> for Attribute[src]

impl From<FormTarget> for Attribute[src]

impl From<Headers> for Attribute[src]

impl From<Height> for Attribute[src]

impl From<Hidden> for Attribute[src]

impl From<High> for Attribute[src]

impl From<Href> for Attribute[src]

impl From<HrefLang> for Attribute[src]

impl From<Id> for Attribute[src]

impl From<InputMode> for Attribute[src]

impl From<Integrity> for Attribute[src]

impl From<Is> for Attribute[src]

impl From<IsMap> for Attribute[src]

impl From<ItemGroup> for Attribute[src]

impl From<ItemId> for Attribute[src]

impl From<ItemRef> for Attribute[src]

impl From<ItemScope> for Attribute[src]

impl From<ItemType> for Attribute[src]

impl From<Kind> for Attribute[src]

impl From<Label> for Attribute[src]

impl From<Lang> for Attribute[src]

impl From<List> for Attribute[src]

impl From<Loading> for Attribute[src]

impl From<Loop> for Attribute[src]

impl From<Low> for Attribute[src]

impl From<Manifest> for Attribute[src]

impl From<Max> for Attribute[src]

impl From<MaxLength> for Attribute[src]

impl From<Media> for Attribute[src]

impl From<Method> for Attribute[src]

impl From<Min> for Attribute[src]

impl From<MinLength> for Attribute[src]

impl From<Multiple> for Attribute[src]

impl From<Muted> for Attribute[src]

impl From<Name> for Attribute[src]

impl From<NoModule> for Attribute[src]

impl From<NoValidate> for Attribute[src]

impl From<Nonce> for Attribute[src]

impl From<Open> for Attribute[src]

impl From<Optimum> for Attribute[src]

impl From<Pattern> for Attribute[src]

impl From<Placeholder> for Attribute[src]

impl From<PlaysInLine> for Attribute[src]

impl From<Poster> for Attribute[src]

impl From<Preload> for Attribute[src]

impl From<R> for Attribute[src]

impl From<ReadOnly> for Attribute[src]

impl From<ReferrerPolicy> for Attribute[src]

impl From<Rel> for Attribute[src]

impl From<Required> for Attribute[src]

impl From<Reversed> for Attribute[src]

impl From<RowSpan> for Attribute[src]

impl From<Rows> for Attribute[src]

impl From<Rx> for Attribute[src]

impl From<Ry> for Attribute[src]

impl From<Sandbox> for Attribute[src]

impl From<Scope> for Attribute[src]

impl From<Selected> for Attribute[src]

impl From<Shape> for Attribute[src]

impl From<Size> for Attribute[src]

impl From<Slot> for Attribute[src]

impl From<Span> for Attribute[src]

impl From<SpellCheck> for Attribute[src]

impl From<Src> for Attribute[src]

impl From<SrcDoc> for Attribute[src]

impl From<SrcLang> for Attribute[src]

impl From<SrcSet> for Attribute[src]

impl From<Start> for Attribute[src]

impl From<Step> for Attribute[src]

impl From<Style> for Attribute[src]

impl From<TabIndex> for Attribute[src]

impl From<Target> for Attribute[src]

impl From<Title> for Attribute[src]

impl From<Translate> for Attribute[src]

impl From<Type> for Attribute[src]

impl From<UseMap> for Attribute[src]

impl From<Value> for Attribute[src]

impl From<ViewBox> for Attribute[src]

impl From<Width> for Attribute[src]

impl From<Wrap> for Attribute[src]

impl From<X> for Attribute[src]

impl From<Y> for Attribute[src]

impl<Msg> UpdateEl<Msg> for Attribute[src]

Auto Trait Implementations

Blanket Implementations

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
    D: AdaptFrom<S, Swp, Dwp, T>,
    Dwp: WhitePoint,
    Swp: WhitePoint,
    T: Component + Float
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Sealed<T> for T where
    T: ?Sized

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,