Struct memchr::arch::all::packedpair::DefaultFrequencyRank
source · pub(crate) struct DefaultFrequencyRank;
Expand description
The default byte frequency heuristic that is good for most haystacks.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DefaultFrequencyRank
impl RefUnwindSafe for DefaultFrequencyRank
impl Send for DefaultFrequencyRank
impl Sync for DefaultFrequencyRank
impl Unpin for DefaultFrequencyRank
impl UnwindSafe for DefaultFrequencyRank
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