pub struct BstHashmap<T: Ord, V> {
pub bst: Bst<T, V>,
}Fields§
§bst: Bst<T, V>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, V> Freeze for BstHashmap<T, V>
impl<T, V> !RefUnwindSafe for BstHashmap<T, V>
impl<T, V> !Send for BstHashmap<T, V>
impl<T, V> !Sync for BstHashmap<T, V>
impl<T, V> Unpin for BstHashmap<T, V>
impl<T, V> UnsafeUnpin for BstHashmap<T, V>
impl<T, V> !UnwindSafe for BstHashmap<T, V>
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