pub struct ExprPool { /* private fields */ }Expand description
Expression pool with reference counting.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExprPool
impl RefUnwindSafe for ExprPool
impl Send for ExprPool
impl Sync for ExprPool
impl Unpin for ExprPool
impl UnsafeUnpin for ExprPool
impl UnwindSafe for ExprPool
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