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