Enum ruststep::ap201::explicit_draughting::TextStyleAny [−][src]
pub enum TextStyleAny {
TextStyle(Box<TextStyle>),
TextStyleWithBoxCharacteristics(Box<TextStyleWithBoxCharacteristics>),
TextStyleWithMirror(Box<TextStyleWithMirror>),
}
Variants
TextStyleWithBoxCharacteristics(Box<TextStyleWithBoxCharacteristics>)
Tuple Fields of TextStyleWithBoxCharacteristics
TextStyleWithMirror(Box<TextStyleWithMirror>)
Tuple Fields of TextStyleWithMirror
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TextStyleAny
impl Send for TextStyleAny
impl Sync for TextStyleAny
impl Unpin for TextStyleAny
impl UnwindSafe for TextStyleAny
Blanket Implementations
Mutably borrows from an owned value. Read more