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