[][src]Enum seed::dom_types::At

pub enum At {
    Accept,
    AcceptCharset,
    AccessKey,
    Action,
    Alt,
    Async,
    AutoComplete,
    AutoFocus,
    AutoPlay,
    Charset,
    Checked,
    Cite,
    Class,
    Color,
    Cols,
    ColSpan,
    Content,
    ContentEditable,
    Controls,
    Coords,
    Data,
    DateTime,
    Default,
    Defer,
    Dir,
    DirName,
    Disabled,
    Download,
    Draggable,
    DropZone,
    EncType,
    For,
    Form,
    FormAction,
    Headers,
    Height,
    Hidden,
    High,
    Href,
    Hreflang,
    HttpEquiv,
    Id,
    IsMap,
    Kind,
    Label,
    Lang,
    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,
    OnDblClick,
    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,
    OnRateChangen,
    OnRest,
    OnResize,
    OnScroll,
    OnSearch,
    OnSeeked,
    OnSeeking,
    OnSelect,
    OnStalled,
    OnStorage,
    OnSubmit,
    Onsuspend,
    OnTimeUpdate,
    OnToggle,
    OnUnload,
    OnVolumeChange,
    OnWaiting,
    OnWheel,
    Open,
    Optimum,
    Pattern,
    PlaceHolder,
    Poster,
    Preload,
    ReadOnly,
    Rel,
    Required,
    Reversed,
    Rows,
    RowSpan,
    Sandbox,
    Scope,
    Selected,
    Shape,
    Size,
    Span,
    SpellCheck,
    Src,
    SrcDoc,
    SrcLang,
    SrcSet,
    Start,
    Step,
    Style,
    TabIndex,
    Target,
    Title,
    Translate,
    Type,
    UseMap,
    Value,
    Width,
    Wrap,
    AccentHeight,
    Accumulate,
    Additive,
    AlignmentBaseline,
    AllowReorder,
    Amplitude,
    ArabicForm,
    Ascent,
    AttributeName,
    AttributeType,
    AutoReverse,
    Azimuth,
    BaseFrequency,
    BaselineShift,
    BaseProfile,
    Bbox,
    Begin,
    Bias,
    By,
    CalcMode,
    CapHeight,
    Clip,
    Path,
    D,
    Xmlns,
    ViewBox,
    Fill,
    Custom(String),
}

The Ev enum restricts element-creation to only valid event names, as defined here: https://developer.mozilla.org/en-US/docs/Web/Evs

Variants

AcceptAcceptCharsetAccessKeyActionAltAsyncAutoCompleteAutoFocusAutoPlayCharsetCheckedCiteClassColorColsColSpanContentContentEditableControlsCoordsDataDateTimeDefaultDeferDirDirNameDisabledDownloadDraggableDropZoneEncTypeForFormFormActionHeadersHeightHiddenHighHrefHreflangHttpEquivIdIsMapKindLabelLangListLoopLowMaxMaxLengthMediaMethodMinMultipleMutedNameNoValidateOnAbortOnAfterPrintOnBeforePrintOnBeforeUnloadOnBlurOnCanPlayOnCanPlayThroughOnChangeOnClickOnContextMenuOnCopyOnCueChangeOnCutOnDblClickOnDragOnDragendOnDragEnterOnDragLeaveOnDragOverOnDragStartOnDropOnDurationChangeOnEmptiedOnEndedOnErrorOnFocusOnHashChangeOnInputOnInvalidOnKeyDownOnKeyPressOnKeyUpOnLoadOnLoadedDataOnLoadedMetaDataOnLoadStartOnMouseDownOnMouseMoveOnMouseOutOnMouseOverOnMouseUpOnMouseWheelOnOfflineOnOnlineOnPageHideOnPageShowOnPasteOnPauseOnPlayOnPlayingOnPopstateOnProgressOnRateChangenOnRestOnResizeOnScrollOnSearchOnSeekedOnSeekingOnSelectOnStalledOnStorageOnSubmitOnsuspendOnTimeUpdateOnToggleOnUnloadOnVolumeChangeOnWaitingOnWheelOpenOptimumPatternPlaceHolderPosterPreloadReadOnlyRelRequiredReversedRowsRowSpanSandboxScopeSelectedShapeSizeSpanSpellCheckSrcSrcDocSrcLangSrcSetStartStepStyleTabIndexTargetTitleTranslateTypeUseMapValueWidthWrapAccentHeightAccumulateAdditiveAlignmentBaselineAllowReorderAmplitudeArabicFormAscentAttributeNameAttributeTypeAutoReverseAzimuthBaseFrequencyBaselineShiftBaseProfileBboxBeginBiasByCalcModeCapHeightClipPathDXmlnsViewBoxFillCustom(String)

Methods

impl At[src]

pub fn as_str(&self) -> &str[src]

Trait Implementations

impl Eq for At[src]

impl Clone for At[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl PartialEq<At> for At[src]

impl<'_> From<&'_ str> for At[src]

impl From<String> for At[src]

impl Debug for At[src]

impl Hash for At[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for At

impl Sync for At

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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