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