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