pub enum AttributeName {
Show 63 variants
Width,
Height,
MinWidth,
MinHeight,
MaxWidth,
MaxHeight,
Padding,
Background,
Border,
BorderAlign,
Direction,
Shadow,
CornerRadius,
CornerSmoothing,
Color,
FontSize,
FontFamily,
FontStyle,
FontWeight,
FontWidth,
MainAlign,
CrossAlign,
TextAlign,
TextShadow,
MaxLines,
LineHeight,
LetterSpacing,
WordSpacing,
Decoration,
DecorationColor,
DecorationStyle,
TextOverflow,
Rotate,
Overflow,
Margin,
Position,
PositionTop,
PositionRight,
PositionBottom,
PositionLeft,
Opacity,
Content,
Name,
Focusable,
Role,
FocusId,
Alt,
CanvasReference,
Layer,
OffsetY,
OffsetX,
Reference,
CursorReference,
CursorIndex,
CursorColor,
CursorMode,
CursorId,
Highlights,
HighlightColor,
ImageReference,
ImageData,
SvgData,
SvgContent,
}
Variants§
Width
Height
MinWidth
MinHeight
MaxWidth
MaxHeight
Padding
Background
Border
BorderAlign
Direction
Shadow
CornerRadius
CornerSmoothing
Color
FontSize
FontFamily
FontStyle
FontWeight
FontWidth
MainAlign
CrossAlign
TextAlign
TextShadow
MaxLines
LineHeight
LetterSpacing
WordSpacing
Decoration
DecorationColor
DecorationStyle
TextOverflow
Rotate
Overflow
Margin
Position
PositionTop
PositionRight
PositionBottom
PositionLeft
Opacity
Content
Name
Focusable
Role
FocusId
Alt
CanvasReference
Layer
OffsetY
OffsetX
Reference
CursorReference
CursorIndex
CursorColor
CursorMode
CursorId
Highlights
HighlightColor
ImageReference
ImageData
SvgData
SvgContent
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 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>
§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.