Struct polars_core::utils::Arena [−][src]
pub struct Arena<T> { /* fields omitted */ }
This is supported on crate feature
private
only.Implementations
Simple Arena implementation Allocates memory and stores item in a Vec. Only deallocates when being dropped itself.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Arena<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Arena<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more