[][src]Enum paige::Attr

pub enum Attr {
    Accept,
    AcceptCharset,
    AccessKey,
    Action,
    Align,
    Alt,
    Async,
    AutoComplete,
    AutoFocus,
    AutoPlay,
    BackgroundColor,
    Border,
    Charset,
    Checked,
    Cite,
    Class,
    Color,
    Columns,
    ColumnSpan,
    Content,
    ContentEditable,
    Controls,
    Coords,
    Data,
    DateTime,
    Default_,
    Defer,
    Dir,
    DirName,
    Disabled,
    Download,
    Draggable,
    DropZone,
    EncodingType,
    For,
    Form,
    FormAction,
    Headers,
    Height,
    Hidden,
    High,
    Href,
    Hreflang,
    HttpEquivalent,
    Id,
    Identifier,
    IsMap,
    Kind,
    Label,
    Language,
    List,
    Loop,
    Low,
    Max,
    MaxLength,
    Media,
    Method,
    Min,
    Multiple,
    Muted,
    Name,
    NoValidate,
    OnAbort,
    OnAfterPrint,
    OnBeforePrint,
    OnBeforeUnload,
    OnBlur,
    OnCanPlay,
    OnCanPlayThrough,
    OnChange,
    OnClick,
    OnContextMenu,
    OnCopy,
    OnCueChange,
    OnCut,
    OnDoubleClick,
    OnDrag,
    OnDragEnd,
    OnDragEnter,
    OnDragLeave,
    OnDragOver,
    OnDragStart,
    OnDrop,
    OnDurationChange,
    OnEmptied,
    OnEnded,
    OnError,
    OnFocus,
    OnHashChange,
    OnInput,
    OnInvalid,
    OnKeyDown,
    OnKeyPress,
    OnKeyUp,
    OnLoad,
    OnLoadedData,
    OnLoadedMetadata,
    OnLoadStart,
    OnMouseDown,
    OnMouseMove,
    OnMouseOut,
    OnMouseOver,
    OnMouseUp,
    OnMouseWheel,
    OnOffline,
    OnOnline,
    OnPageHide,
    OnPageShow,
    OnPaste,
    OnPause,
    OnPlay,
    OnPlaying,
    OnPopState,
    OnProgress,
    OnRateChange,
    OnReset,
    OnResize,
    OnScroll,
    OnSearch,
    OnSeeked,
    OnSeeking,
    OnSelect,
    OnStalled,
    OnStorage,
    OnSubmit,
    OnSuspend,
    OnTimeUpdate,
    OnToggle,
    OnUnload,
    OnVolumeChange,
    OnWaiting,
    OnWheel,
    Open,
    Optimum,
    Pattern,
    Placeholder,
    Poster,
    Preload,
    ReadOnly,
    Relative,
    Required,
    Reversed,
    Rows,
    RowSpan,
    Sandbox,
    Scope,
    Selected,
    Shape,
    Size,
    Sizes,
    Span,
    Spellcheck,
    Source,
    SourceDoc,
    SourceLanguage,
    SourceSet,
    Start,
    Step,
    TabIndex,
    Target,
    Title,
    Translate,
    Type,
    UseMap,
    Value,
    Width,
    Wrap,
}

HTML attributes

Variants

Accept
AcceptCharset
AccessKey
Action
Align
Alt
Async
AutoComplete
AutoFocus
AutoPlay
BackgroundColor
Border
Charset
Checked
Cite
Class
Color
Columns
ColumnSpan
Content
ContentEditable
Controls
Coords
Data
DateTime
Default_
Defer
Dir
DirName
Disabled
Download
Draggable
DropZone
EncodingType
For
Form
FormAction
Headers
Height
Hidden
High
Href
Hreflang
HttpEquivalent
Id
Identifier
IsMap
Kind
Label
Language
List
Loop
Low
Max
MaxLength
Media
Method
Min
Multiple
Muted
Name
NoValidate
OnAbort
OnAfterPrint
OnBeforePrint
OnBeforeUnload
OnBlur
OnCanPlay
OnCanPlayThrough
OnChange
OnClick
OnContextMenu
OnCopy
OnCueChange
OnCut
OnDoubleClick
OnDrag
OnDragEnd
OnDragEnter
OnDragLeave
OnDragOver
OnDragStart
OnDrop
OnDurationChange
OnEmptied
OnEnded
OnError
OnFocus
OnHashChange
OnInput
OnInvalid
OnKeyDown
OnKeyPress
OnKeyUp
OnLoad
OnLoadedData
OnLoadedMetadata
OnLoadStart
OnMouseDown
OnMouseMove
OnMouseOut
OnMouseOver
OnMouseUp
OnMouseWheel
OnOffline
OnOnline
OnPageHide
OnPageShow
OnPaste
OnPause
OnPlay
OnPlaying
OnPopState
OnProgress
OnRateChange
OnReset
OnResize
OnScroll
OnSearch
OnSeeked
OnSeeking
OnSelect
OnStalled
OnStorage
OnSubmit
OnSuspend
OnTimeUpdate
OnToggle
OnUnload
OnVolumeChange
OnWaiting
OnWheel
Open
Optimum
Pattern
Placeholder
Poster
Preload
ReadOnly
Relative
Required
Reversed
Rows
RowSpan
Sandbox
Scope
Selected
Shape
Size
Sizes
Span
Spellcheck
Source
SourceDoc
SourceLanguage
SourceSet
Start
Step
TabIndex
Target
Title
Translate
Type
UseMap
Value
Width
Wrap

Trait Implementations

impl Clone for Attr[src]

impl From<Attr> for String[src]

Auto Trait Implementations

impl RefUnwindSafe for Attr

impl Send for Attr

impl Sync for Attr

impl Unpin for Attr

impl UnwindSafe for Attr

Blanket Implementations

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> 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.