pub struct ExprId(/* private fields */);Expand description
Unique identifier for an interned expression.
Two expressions with the same ExprId are guaranteed to be structurally
identical (hash-consing invariant).
Implementations§
Trait Implementations§
impl Copy for ExprId
impl Eq for ExprId
impl StructuralPartialEq for ExprId
Auto Trait Implementations§
impl Freeze for ExprId
impl RefUnwindSafe for ExprId
impl Send for ExprId
impl Sync for ExprId
impl Unpin for ExprId
impl UnsafeUnpin for ExprId
impl UnwindSafe for ExprId
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