pub enum FillAreaStyleTileShapeSelectRef {
ExternallyDefinedTile(ExternallyDefinedTileId),
FillAreaStyleTileColouredRegion(FillAreaStyleTileColouredRegionId),
FillAreaStyleTileCurveWithStyle(FillAreaStyleTileCurveWithStyleId),
FillAreaStyleTileSymbolWithStyle(FillAreaStyleTileSymbolWithStyleId),
PreDefinedTile(PreDefinedTileId),
Complex(ComplexUnitId),
}Variants§
ExternallyDefinedTile(ExternallyDefinedTileId)
FillAreaStyleTileColouredRegion(FillAreaStyleTileColouredRegionId)
FillAreaStyleTileCurveWithStyle(FillAreaStyleTileCurveWithStyleId)
FillAreaStyleTileSymbolWithStyle(FillAreaStyleTileSymbolWithStyleId)
PreDefinedTile(PreDefinedTileId)
Complex(ComplexUnitId)
Implementations§
Source§impl FillAreaStyleTileShapeSelectRef
impl FillAreaStyleTileShapeSelectRef
pub fn resolve<'m>( &self, model: &'m StepModel, ) -> FillAreaStyleTileShapeSelectRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for FillAreaStyleTileShapeSelectRef
impl Clone for FillAreaStyleTileShapeSelectRef
Source§fn clone(&self) -> FillAreaStyleTileShapeSelectRef
fn clone(&self) -> FillAreaStyleTileShapeSelectRef
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 PartialEq for FillAreaStyleTileShapeSelectRef
impl PartialEq for FillAreaStyleTileShapeSelectRef
Source§fn eq(&self, other: &FillAreaStyleTileShapeSelectRef) -> bool
fn eq(&self, other: &FillAreaStyleTileShapeSelectRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FillAreaStyleTileShapeSelectRef
Auto Trait Implementations§
impl Freeze for FillAreaStyleTileShapeSelectRef
impl RefUnwindSafe for FillAreaStyleTileShapeSelectRef
impl Send for FillAreaStyleTileShapeSelectRef
impl Sync for FillAreaStyleTileShapeSelectRef
impl Unpin for FillAreaStyleTileShapeSelectRef
impl UnsafeUnpin for FillAreaStyleTileShapeSelectRef
impl UnwindSafe for FillAreaStyleTileShapeSelectRef
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