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