pub struct Table<P: Params>(/* private fields */);Expand description
Eases using standard HashMap as an equiv_classes::Table that
uses Rc.
Trait Implementations§
Source§impl<P: Params> Default for Table<P>
impl<P: Params> Default for Table<P>
Source§fn default() -> Self
fn default() -> Self
Create a new instance with capacity
P::INITIAL_CAPACITY.
Auto Trait Implementations§
impl<P> Freeze for Table<P>
impl<P> !RefUnwindSafe for Table<P>
impl<P> !Send for Table<P>
impl<P> !Sync for Table<P>
impl<P> Unpin for Table<P>
impl<P> !UnwindSafe for Table<P>
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