pub struct SimpleNumericExpressionId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for SimpleNumericExpressionId
impl Clone for SimpleNumericExpressionId
Source§fn clone(&self) -> SimpleNumericExpressionId
fn clone(&self) -> SimpleNumericExpressionId
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 SimpleNumericExpressionId
Source§impl Debug for SimpleNumericExpressionId
impl Debug for SimpleNumericExpressionId
impl Eq for SimpleNumericExpressionId
Source§impl Hash for SimpleNumericExpressionId
impl Hash for SimpleNumericExpressionId
Source§impl PartialEq for SimpleNumericExpressionId
impl PartialEq for SimpleNumericExpressionId
Source§fn eq(&self, other: &SimpleNumericExpressionId) -> bool
fn eq(&self, other: &SimpleNumericExpressionId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SimpleNumericExpressionId
Auto Trait Implementations§
impl Freeze for SimpleNumericExpressionId
impl RefUnwindSafe for SimpleNumericExpressionId
impl Send for SimpleNumericExpressionId
impl Sync for SimpleNumericExpressionId
impl Unpin for SimpleNumericExpressionId
impl UnsafeUnpin for SimpleNumericExpressionId
impl UnwindSafe for SimpleNumericExpressionId
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