pub enum CharacterStyleSelectRef {
CharacterGlyphStyleOutline(CharacterGlyphStyleOutlineId),
CharacterGlyphStyleStroke(CharacterGlyphStyleStrokeId),
TextStyleForDefinedFont(TextStyleForDefinedFontId),
Complex(ComplexUnitId),
}Variants§
CharacterGlyphStyleOutline(CharacterGlyphStyleOutlineId)
CharacterGlyphStyleStroke(CharacterGlyphStyleStrokeId)
TextStyleForDefinedFont(TextStyleForDefinedFontId)
Complex(ComplexUnitId)
Implementations§
Source§impl CharacterStyleSelectRef
impl CharacterStyleSelectRef
pub fn resolve<'m>( &self, model: &'m StepModel, ) -> CharacterStyleSelectRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for CharacterStyleSelectRef
impl Clone for CharacterStyleSelectRef
Source§fn clone(&self) -> CharacterStyleSelectRef
fn clone(&self) -> CharacterStyleSelectRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CharacterStyleSelectRef
impl Debug for CharacterStyleSelectRef
Source§impl PartialEq for CharacterStyleSelectRef
impl PartialEq for CharacterStyleSelectRef
Source§fn eq(&self, other: &CharacterStyleSelectRef) -> bool
fn eq(&self, other: &CharacterStyleSelectRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CharacterStyleSelectRef
Auto Trait Implementations§
impl Freeze for CharacterStyleSelectRef
impl RefUnwindSafe for CharacterStyleSelectRef
impl Send for CharacterStyleSelectRef
impl Sync for CharacterStyleSelectRef
impl Unpin for CharacterStyleSelectRef
impl UnsafeUnpin for CharacterStyleSelectRef
impl UnwindSafe for CharacterStyleSelectRef
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more