pub struct Regex { /* private fields */ }
Expand description
An opaque wrapper around a regular expression.
The actual regex library is intentionally obscured so that it can change in the future without breaking the API.
Trait Implementations§
Source§impl Ord for Regex
impl Ord for Regex
Source§impl PartialOrd for Regex
impl PartialOrd for Regex
impl Eq for Regex
Auto Trait Implementations§
impl Freeze for Regex
impl RefUnwindSafe for Regex
impl Send for Regex
impl Sync for Regex
impl Unpin for Regex
impl UnwindSafe for Regex
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