pub struct PooledResources {
pub env: ProofEnvironment,
pub scratch: HashMap<u64, u32>,
}Expand description
Pooled proof resources with auto-return on drop.
Fields§
§env: ProofEnvironment§scratch: HashMap<u64, u32>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PooledResources
impl RefUnwindSafe for PooledResources
impl Send for PooledResources
impl Sync for PooledResources
impl Unpin for PooledResources
impl UnsafeUnpin for PooledResources
impl UnwindSafe for PooledResources
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