pub enum StateGotoTargetKind {
Unscoped(DottableId),
Scoped(Identifier, DottableId),
Super(DottableId),
}Variants§
Trait Implementations§
Source§impl Clone for StateGotoTargetKind
impl Clone for StateGotoTargetKind
Source§fn clone(&self) -> StateGotoTargetKind
fn clone(&self) -> StateGotoTargetKind
Returns a duplicate of the value. Read more
1.0.0 · 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 StateGotoTargetKind
impl Debug for StateGotoTargetKind
Source§impl PartialEq for StateGotoTargetKind
impl PartialEq for StateGotoTargetKind
impl StructuralPartialEq for StateGotoTargetKind
Auto Trait Implementations§
impl Freeze for StateGotoTargetKind
impl RefUnwindSafe for StateGotoTargetKind
impl Send for StateGotoTargetKind
impl Sync for StateGotoTargetKind
impl Unpin for StateGotoTargetKind
impl UnwindSafe for StateGotoTargetKind
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