Struct imbl::ordset::OrdSetPool [−][src]
pub struct OrdSetPool<A>(_);
Expand description
A memory pool for the appropriate node type.
Implementations
Trait Implementations
Auto Trait Implementations
impl<A> RefUnwindSafe for OrdSetPool<A> where
A: RefUnwindSafe,
impl<A> Send for OrdSetPool<A> where
A: Send + Sync,
impl<A> Sync for OrdSetPool<A> where
A: Send + Sync,
impl<A> Unpin for OrdSetPool<A> where
A: Unpin,
impl<A> UnwindSafe for OrdSetPool<A> where
A: RefUnwindSafe + UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more