Struct pretty_regex::Ascii
source · pub struct Ascii;
Expand description
Represents the state when regular expression is for a single-character ASCII class (the kind surrounded by colons and two layers of square brackets).
Auto Trait Implementations§
impl RefUnwindSafe for Ascii
impl Send for Ascii
impl Sync for Ascii
impl Unpin for Ascii
impl UnwindSafe for Ascii
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