pub struct ExprKey(/* private fields */);Expand description
Internal hash key for an expression to provide structural equality.
Trait Implementations§
Source§impl Ord for ExprKey
impl Ord for ExprKey
Source§impl PartialOrd for ExprKey
impl PartialOrd for ExprKey
impl Copy for ExprKey
impl Eq for ExprKey
impl StructuralPartialEq for ExprKey
Auto Trait Implementations§
impl Freeze for ExprKey
impl RefUnwindSafe for ExprKey
impl Send for ExprKey
impl Sync for ExprKey
impl Unpin for ExprKey
impl UnwindSafe for ExprKey
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