Enum ruststep::ap201::explicit_draughting::CharacterStyleSelectHolder [−][src]
pub enum CharacterStyleSelectHolder {
TextStyleForDefinedFont(Box<TextStyleForDefinedFontHolder>),
}
Variants
TextStyleForDefinedFont(Box<TextStyleForDefinedFontHolder>)
Tuple Fields of TextStyleForDefinedFont
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<CharacterStyleSelect>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<CharacterStyleSelect>> + 'table>
Get owned entities as an iterator
type Owned = CharacterStyleSelect
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 CharacterStyleSelectHolder
impl Send for CharacterStyleSelectHolder
impl Sync for CharacterStyleSelectHolder
impl Unpin for CharacterStyleSelectHolder
impl UnwindSafe for CharacterStyleSelectHolder
Blanket Implementations
Mutably borrows from an owned value. Read more