pub enum EdgeRef {
Edge(EdgeId),
EdgeCurve(EdgeCurveId),
OrientedEdge(OrientedEdgeId),
Complex(ComplexUnitId),
}Variants§
Implementations§
Source§impl EdgeRef
impl EdgeRef
pub fn resolve<'m>(&self, model: &'m StepModel) -> EdgeRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
impl StructuralPartialEq for EdgeRef
Auto Trait Implementations§
impl Freeze for EdgeRef
impl RefUnwindSafe for EdgeRef
impl Send for EdgeRef
impl Sync for EdgeRef
impl Unpin for EdgeRef
impl UnsafeUnpin for EdgeRef
impl UnwindSafe for EdgeRef
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