pub struct HashItem {
pub hash: u64,
pub inner: Item,
}Fields§
§hash: u64The hash value of the item.
inner: ItemThe actual item stored in the range.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HashItem
impl RefUnwindSafe for HashItem
impl Send for HashItem
impl Sync for HashItem
impl Unpin for HashItem
impl UnwindSafe for HashItem
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