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