pub enum PatternByte {
Byte(u8),
Any,
}Expand description
Represents a single byte in a search pattern.
Variants§
Trait Implementations§
Source§impl FromStr for PatternByte
impl FromStr for PatternByte
Source§impl PartialEq<u8> for PatternByte
impl PartialEq<u8> for PatternByte
Source§impl PartialEq for PatternByte
impl PartialEq for PatternByte
impl Eq for PatternByte
impl StructuralPartialEq for PatternByte
Auto Trait Implementations§
impl Freeze for PatternByte
impl RefUnwindSafe for PatternByte
impl Send for PatternByte
impl Sync for PatternByte
impl Unpin for PatternByte
impl UnwindSafe for PatternByte
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