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§
source§impl PartialEq for ByteSet
impl PartialEq for ByteSet
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