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