pub struct ERE(/* private fields */);
Expand description
A represents a POSIX-compliant ERE. Primarily intended for use as a parser.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ERE
impl RefUnwindSafe for ERE
impl Send for ERE
impl Sync for ERE
impl Unpin for ERE
impl UnwindSafe for ERE
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