pub struct RegRx(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegRx
impl RefUnwindSafe for RegRx
impl Send for RegRx
impl Sync for RegRx
impl Unpin for RegRx
impl UnwindSafe for RegRx
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