pub struct ExprPtr(/* private fields */);Expand description
Internal pointer to an expression in the arena.
Trait Implementations§
Source§impl Ord for ExprPtr
impl Ord for ExprPtr
Source§impl PartialOrd for ExprPtr
impl PartialOrd for ExprPtr
impl Copy for ExprPtr
impl Eq for ExprPtr
impl StructuralPartialEq for ExprPtr
Auto Trait Implementations§
impl Freeze for ExprPtr
impl RefUnwindSafe for ExprPtr
impl Send for ExprPtr
impl Sync for ExprPtr
impl Unpin for ExprPtr
impl UnwindSafe for ExprPtr
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