pub struct RcExprPool { /* private fields */ }Expand description
A reference-counted expression pool that garbage-collects dead entries.
Implementations§
Source§impl RcExprPool
impl RcExprPool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RcExprPool
impl RefUnwindSafe for RcExprPool
impl Send for RcExprPool
impl Sync for RcExprPool
impl Unpin for RcExprPool
impl UnsafeUnpin for RcExprPool
impl UnwindSafe for RcExprPool
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