pub enum AttributeName {
Show 128 variants
Width,
Height,
MinWidth,
MinHeight,
MaxWidth,
MaxHeight,
Padding,
Background,
Border,
Direction,
Shadow,
CornerRadius,
CornerSmoothing,
Color,
FontSize,
FontFamily,
FontStyle,
FontWeight,
FontWidth,
MainAlign,
CrossAlign,
TextAlign,
TextShadow,
MaxLines,
LineHeight,
LetterSpacing,
WordSpacing,
Decoration,
DecorationColor,
DecorationStyle,
TextOverflow,
TextHeight,
Rotate,
Overflow,
Margin,
Position,
PositionTop,
PositionRight,
PositionBottom,
PositionLeft,
Opacity,
Content,
CanvasReference,
Layer,
OffsetY,
OffsetX,
Reference,
CursorReference,
CursorIndex,
CursorColor,
CursorMode,
CursorId,
Highlights,
HighlightColor,
HighlightMode,
ImageReference,
ImageData,
SvgData,
SvgContent,
Spacing,
A11yId,
A11yFocusable,
A11yAutoFocus,
A11yName,
A11yDescription,
A11yValue,
A11yAccessKey,
A11yAuthorId,
A11yKeyboardShortcut,
A11yLanguage,
A11yPlaceholder,
A11yRoleDescription,
A11yStateDescription,
A11yTooltip,
A11yUrl,
A11yRowIndexText,
A11yColumnIndexText,
A11yScrollX,
A11yScrollXMin,
A11yScrollXMax,
A11yScrollY,
A11yScrollYMin,
A11yScrollYMax,
A11yNumericValue,
A11yMinNumericValue,
A11yMaxNumericValue,
A11yNumericValueStep,
A11yNumericValueJump,
A11yRowCount,
A11yColumnCount,
A11yRowIndex,
A11yColumnIndex,
A11yRowSpan,
A11yColumnSpan,
A11yLevel,
A11ySizeOfSet,
A11yPositionInSet,
A11yColorValue,
A11yExpanded,
A11ySelected,
A11yHovered,
A11yHidden,
A11yLinked,
A11yMultiselectable,
A11yRequired,
A11yVisited,
A11yBusy,
A11yLiveAtomic,
A11yModal,
A11yTouchTransparent,
A11yReadOnly,
A11yDisabled,
A11yIsSpellingError,
A11yIsGrammarError,
A11yIsSearchMatch,
A11yIsSuggestion,
A11yRole,
A11yInvalid,
A11yToggled,
A11yLive,
A11yDefaultActionVerb,
A11yOrientation,
A11ySortDirection,
A11yCurrent,
A11yAutoComplete,
A11yHasPopup,
A11yListStyle,
A11yVerticalOffset,
}
Variants§
Width
Height
MinWidth
MinHeight
MaxWidth
MaxHeight
Padding
Background
Border
Direction
Shadow
CornerRadius
CornerSmoothing
Color
FontSize
FontFamily
FontStyle
FontWeight
FontWidth
MainAlign
CrossAlign
TextAlign
TextShadow
MaxLines
LineHeight
LetterSpacing
WordSpacing
Decoration
DecorationColor
DecorationStyle
TextOverflow
TextHeight
Rotate
Overflow
Margin
Position
PositionTop
PositionRight
PositionBottom
PositionLeft
Opacity
Content
CanvasReference
Layer
OffsetY
OffsetX
Reference
CursorReference
CursorIndex
CursorColor
CursorMode
CursorId
Highlights
HighlightColor
HighlightMode
ImageReference
ImageData
SvgData
SvgContent
Spacing
A11yId
A11yFocusable
A11yAutoFocus
A11yName
A11yDescription
A11yValue
A11yAccessKey
A11yAuthorId
A11yKeyboardShortcut
A11yLanguage
A11yPlaceholder
A11yRoleDescription
A11yStateDescription
A11yTooltip
A11yUrl
A11yRowIndexText
A11yColumnIndexText
A11yScrollX
A11yScrollXMin
A11yScrollXMax
A11yScrollY
A11yScrollYMin
A11yScrollYMax
A11yNumericValue
A11yMinNumericValue
A11yMaxNumericValue
A11yNumericValueStep
A11yNumericValueJump
A11yRowCount
A11yColumnCount
A11yRowIndex
A11yColumnIndex
A11yRowSpan
A11yColumnSpan
A11yLevel
A11ySizeOfSet
A11yPositionInSet
A11yColorValue
A11yExpanded
A11ySelected
A11yHovered
A11yHidden
A11yLinked
A11yMultiselectable
A11yRequired
A11yVisited
A11yBusy
A11yLiveAtomic
A11yModal
A11yTouchTransparent
A11yReadOnly
A11yDisabled
A11yIsSpellingError
A11yIsGrammarError
A11yIsSearchMatch
A11yIsSuggestion
A11yRole
A11yInvalid
A11yToggled
A11yLive
A11yDefaultActionVerb
A11yOrientation
A11ySortDirection
A11yCurrent
A11yAutoComplete
A11yHasPopup
A11yListStyle
A11yVerticalOffset
Trait Implementations§
source§impl Clone for AttributeName
impl Clone for AttributeName
source§fn clone(&self) -> AttributeName
fn clone(&self) -> AttributeName
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AttributeName
impl Debug for AttributeName
source§impl FromStr for AttributeName
impl FromStr for AttributeName
source§impl Hash for AttributeName
impl Hash for AttributeName
source§impl PartialEq for AttributeName
impl PartialEq for AttributeName
source§fn eq(&self, other: &AttributeName) -> bool
fn eq(&self, other: &AttributeName) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AttributeName
impl Eq for AttributeName
impl StructuralPartialEq for AttributeName
Auto Trait Implementations§
impl Freeze for AttributeName
impl RefUnwindSafe for AttributeName
impl Send for AttributeName
impl Sync for AttributeName
impl Unpin for AttributeName
impl UnwindSafe for AttributeName
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CallHasher for T
impl<T> CallHasher for T
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
§fn super_from(input: T) -> O
fn super_from(input: T) -> O
Convert from a type to another type.
§impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
§fn super_into(self) -> O
fn super_into(self) -> O
Convert from a type to another type.