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