pub enum SymbolStyleSelectRef {
SymbolColour(SymbolColourId),
}Variants§
SymbolColour(SymbolColourId)
Implementations§
Source§impl SymbolStyleSelectRef
impl SymbolStyleSelectRef
pub fn resolve<'m>(&self, model: &'m StepModel) -> SymbolStyleSelectRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for SymbolStyleSelectRef
impl Clone for SymbolStyleSelectRef
Source§fn clone(&self) -> SymbolStyleSelectRef
fn clone(&self) -> SymbolStyleSelectRef
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 SymbolStyleSelectRef
impl Debug for SymbolStyleSelectRef
Source§impl PartialEq for SymbolStyleSelectRef
impl PartialEq for SymbolStyleSelectRef
Source§fn eq(&self, other: &SymbolStyleSelectRef) -> bool
fn eq(&self, other: &SymbolStyleSelectRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SymbolStyleSelectRef
Auto Trait Implementations§
impl Freeze for SymbolStyleSelectRef
impl RefUnwindSafe for SymbolStyleSelectRef
impl Send for SymbolStyleSelectRef
impl Sync for SymbolStyleSelectRef
impl Unpin for SymbolStyleSelectRef
impl UnsafeUnpin for SymbolStyleSelectRef
impl UnwindSafe for SymbolStyleSelectRef
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