pub enum VertexRef {
Vertex(VertexId),
VertexPoint(VertexPointId),
Complex(ComplexUnitId),
}Variants§
Implementations§
Source§impl VertexRef
impl VertexRef
pub fn resolve<'m>(&self, model: &'m StepModel) -> VertexRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
impl StructuralPartialEq for VertexRef
Auto Trait Implementations§
impl Freeze for VertexRef
impl RefUnwindSafe for VertexRef
impl Send for VertexRef
impl Sync for VertexRef
impl Unpin for VertexRef
impl UnsafeUnpin for VertexRef
impl UnwindSafe for VertexRef
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