Struct ruststep::ap201::explicit_draughting::TextStyleHolder [−][src]
pub struct TextStyleHolder {
pub name: PlaceHolder<LabelHolder>,
pub character_appearance: PlaceHolder<CharacterStyleSelectHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
name: PlaceHolder<LabelHolder>
character_appearance: PlaceHolder<CharacterStyleSelectHolder>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = TextStyleHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for TextStyleHolder
impl Send for TextStyleHolder
impl Sync for TextStyleHolder
impl Unpin for TextStyleHolder
impl UnwindSafe for TextStyleHolder
Blanket Implementations
Mutably borrows from an owned value. Read more