pub struct RegExp { /* private fields */ }
Expand description
The internal representation on a RegExp
object.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegExp
impl !RefUnwindSafe for RegExp
impl !Send for RegExp
impl !Sync for RegExp
impl Unpin for RegExp
impl !UnwindSafe for RegExp
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