pub struct CharClass<T>(/* private fields */);
Expand description
Represents the state when regular expression corresponds to a single-character character.
Auto Trait Implementationsยง
impl<T> Freeze for CharClass<T>
impl<T> RefUnwindSafe for CharClass<T>where
T: RefUnwindSafe,
impl<T> Send for CharClass<T>where
T: Send,
impl<T> Sync for CharClass<T>where
T: Sync,
impl<T> Unpin for CharClass<T>where
T: Unpin,
impl<T> UnwindSafe for CharClass<T>where
T: UnwindSafe,
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