Enum ruststep::ap201::explicit_draughting::CharacterStyleSelect [−][src]
pub enum CharacterStyleSelect {
TextStyleForDefinedFont(Box<TextStyleForDefinedFont>),
}
Variants
TextStyleForDefinedFont(Box<TextStyleForDefinedFont>)
Tuple Fields of TextStyleForDefinedFont
Trait Implementations
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 CharacterStyleSelect
impl Send for CharacterStyleSelect
impl Sync for CharacterStyleSelect
impl Unpin for CharacterStyleSelect
impl UnwindSafe for CharacterStyleSelect
Blanket Implementations
Mutably borrows from an owned value. Read more