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