pub struct HashSetPool<A>(/* private fields */);Available on crate feature
im only.Expand description
A memory pool for the appropriate node type.
Implementations§
Trait Implementations§
Source§impl<A> Clone for HashSetPool<A>
impl<A> Clone for HashSetPool<A>
Source§fn clone(&self) -> HashSetPool<A>
fn clone(&self) -> HashSetPool<A>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<A> Default for HashSetPool<A>
impl<A> Default for HashSetPool<A>
Source§fn default() -> HashSetPool<A>
fn default() -> HashSetPool<A>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<A> Freeze for HashSetPool<A>
impl<A> RefUnwindSafe for HashSetPool<A>where
A: RefUnwindSafe,
impl<A> Send for HashSetPool<A>
impl<A> Sync for HashSetPool<A>
impl<A> Unpin for HashSetPool<A>where
A: Unpin,
impl<A> UnwindSafe for HashSetPool<A>where
A: UnwindSafe + RefUnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
Source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.