Struct pthash::minimality::Minimal
source · pub struct Minimal;
Expand description
Type parameter of PHFs whose values are contiguous in the [0; num_keys)
segment
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Minimal
impl Send for Minimal
impl Sync for Minimal
impl Unpin for Minimal
impl UnwindSafe for Minimal
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