pub enum SurfaceStyleElementSelectRef {
SurfaceStyleBoundary(SurfaceStyleBoundaryId),
SurfaceStyleControlGrid(SurfaceStyleControlGridId),
SurfaceStyleFillArea(SurfaceStyleFillAreaId),
SurfaceStyleParameterLine(SurfaceStyleParameterLineId),
SurfaceStyleRendering(SurfaceStyleRenderingId),
SurfaceStyleRenderingWithProperties(SurfaceStyleRenderingWithPropertiesId),
SurfaceStyleSegmentationCurve(SurfaceStyleSegmentationCurveId),
SurfaceStyleSilhouette(SurfaceStyleSilhouetteId),
Complex(ComplexUnitId),
}Variants§
SurfaceStyleBoundary(SurfaceStyleBoundaryId)
SurfaceStyleControlGrid(SurfaceStyleControlGridId)
SurfaceStyleFillArea(SurfaceStyleFillAreaId)
SurfaceStyleParameterLine(SurfaceStyleParameterLineId)
SurfaceStyleRendering(SurfaceStyleRenderingId)
SurfaceStyleRenderingWithProperties(SurfaceStyleRenderingWithPropertiesId)
SurfaceStyleSegmentationCurve(SurfaceStyleSegmentationCurveId)
SurfaceStyleSilhouette(SurfaceStyleSilhouetteId)
Complex(ComplexUnitId)
Implementations§
Source§impl SurfaceStyleElementSelectRef
impl SurfaceStyleElementSelectRef
pub fn resolve<'m>( &self, model: &'m StepModel, ) -> SurfaceStyleElementSelectRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for SurfaceStyleElementSelectRef
impl Clone for SurfaceStyleElementSelectRef
Source§fn clone(&self) -> SurfaceStyleElementSelectRef
fn clone(&self) -> SurfaceStyleElementSelectRef
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 SurfaceStyleElementSelectRef
impl Debug for SurfaceStyleElementSelectRef
Source§impl PartialEq for SurfaceStyleElementSelectRef
impl PartialEq for SurfaceStyleElementSelectRef
Source§fn eq(&self, other: &SurfaceStyleElementSelectRef) -> bool
fn eq(&self, other: &SurfaceStyleElementSelectRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SurfaceStyleElementSelectRef
Auto Trait Implementations§
impl Freeze for SurfaceStyleElementSelectRef
impl RefUnwindSafe for SurfaceStyleElementSelectRef
impl Send for SurfaceStyleElementSelectRef
impl Sync for SurfaceStyleElementSelectRef
impl Unpin for SurfaceStyleElementSelectRef
impl UnsafeUnpin for SurfaceStyleElementSelectRef
impl UnwindSafe for SurfaceStyleElementSelectRef
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