pub struct HighLevelExpressionIndex(pub usize);
Tuple Fields§
§0: usize
Implementations§
Trait Implementations§
source§impl Clone for HighLevelExpressionIndex
impl Clone for HighLevelExpressionIndex
source§fn clone(&self) -> HighLevelExpressionIndex
fn clone(&self) -> HighLevelExpressionIndex
Returns a copy 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 HighLevelExpressionIndex
impl Debug for HighLevelExpressionIndex
source§impl Display for HighLevelExpressionIndex
impl Display for HighLevelExpressionIndex
source§impl From<u64> for HighLevelExpressionIndex
impl From<u64> for HighLevelExpressionIndex
source§impl From<usize> for HighLevelExpressionIndex
impl From<usize> for HighLevelExpressionIndex
source§impl Hash for HighLevelExpressionIndex
impl Hash for HighLevelExpressionIndex
source§impl Ord for HighLevelExpressionIndex
impl Ord for HighLevelExpressionIndex
source§fn cmp(&self, other: &HighLevelExpressionIndex) -> Ordering
fn cmp(&self, other: &HighLevelExpressionIndex) -> Ordering
1.21.0 · 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 HighLevelExpressionIndex
impl PartialEq for HighLevelExpressionIndex
source§impl PartialOrd for HighLevelExpressionIndex
impl PartialOrd for HighLevelExpressionIndex
impl Copy for HighLevelExpressionIndex
impl Eq for HighLevelExpressionIndex
impl StructuralPartialEq for HighLevelExpressionIndex
Auto Trait Implementations§
impl Freeze for HighLevelExpressionIndex
impl RefUnwindSafe for HighLevelExpressionIndex
impl Send for HighLevelExpressionIndex
impl Sync for HighLevelExpressionIndex
impl Unpin for HighLevelExpressionIndex
impl UnwindSafe for HighLevelExpressionIndex
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