pub struct Lists<T, E> { /* private fields */ }Expand description
This is the list used to increse performance by about 12.3 times against an HashMap
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, E> Freeze for Lists<T, E>
impl<T, E> RefUnwindSafe for Lists<T, E>where
T: RefUnwindSafe,
E: RefUnwindSafe,
impl<T, E> Send for Lists<T, E>
impl<T, E> Sync for Lists<T, E>
impl<T, E> Unpin for Lists<T, E>
impl<T, E> UnwindSafe for Lists<T, E>where
T: UnwindSafe,
E: UnwindSafe,
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