Struct aho_corasick::util::alphabet::ByteSet
source · pub(crate) struct ByteSet {
bits: BitSet,
}
Expand description
A simple set of bytes that is reasonably cheap to copy and allocation free.
Fields§
§bits: BitSet
Implementations§
Trait Implementations§
impl Copy for ByteSet
impl Eq for ByteSet
impl StructuralPartialEq for ByteSet
Auto Trait Implementations§
impl Freeze for ByteSet
impl RefUnwindSafe for ByteSet
impl Send for ByteSet
impl Sync for ByteSet
impl Unpin for ByteSet
impl UnwindSafe for ByteSet
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)