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