pub struct GlobalExprTable { /* private fields */ }Expand description
Global expression table (hash-consing).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GlobalExprTable
impl RefUnwindSafe for GlobalExprTable
impl Send for GlobalExprTable
impl Sync for GlobalExprTable
impl Unpin for GlobalExprTable
impl UnsafeUnpin for GlobalExprTable
impl UnwindSafe for GlobalExprTable
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