pub struct EvaluationOrder(pub u32);Expand description
Evaluation order assigned to instructions and terminals during numbering. This was previously called InstructionId in the TypeScript compiler.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for EvaluationOrder
impl Clone for EvaluationOrder
Source§fn clone(&self) -> EvaluationOrder
fn clone(&self) -> EvaluationOrder
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 moreimpl Copy for EvaluationOrder
Source§impl Debug for EvaluationOrder
impl Debug for EvaluationOrder
impl Eq for EvaluationOrder
Source§impl Hash for EvaluationOrder
impl Hash for EvaluationOrder
Source§impl Ord for EvaluationOrder
impl Ord for EvaluationOrder
Source§fn cmp(&self, other: &EvaluationOrder) -> Ordering
fn cmp(&self, other: &EvaluationOrder) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EvaluationOrder
impl PartialEq for EvaluationOrder
Source§fn eq(&self, other: &EvaluationOrder) -> bool
fn eq(&self, other: &EvaluationOrder) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for EvaluationOrder
impl PartialOrd for EvaluationOrder
impl StructuralPartialEq for EvaluationOrder
Auto Trait Implementations§
impl Freeze for EvaluationOrder
impl RefUnwindSafe for EvaluationOrder
impl Send for EvaluationOrder
impl Sync for EvaluationOrder
impl Unpin for EvaluationOrder
impl UnsafeUnpin for EvaluationOrder
impl UnwindSafe for EvaluationOrder
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.