Struct string_cache::PhfStrSet
source · [−]pub struct PhfStrSet { /* private fields */ }
Expand description
A string set created using a perfect hash function, specifically Hash, Displace and Compress.
See the CHD document for the meaning of the struct fields.
Auto Trait Implementations
impl RefUnwindSafe for PhfStrSet
impl Send for PhfStrSet
impl Sync for PhfStrSet
impl Unpin for PhfStrSet
impl UnwindSafe for PhfStrSet
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more