pub struct ReUtil;Expand description
正则工具,如匹配、捕获第一个、捕获所有等
Implementations§
Auto Trait Implementations§
impl Freeze for ReUtil
impl RefUnwindSafe for ReUtil
impl Send for ReUtil
impl Sync for ReUtil
impl Unpin for ReUtil
impl UnwindSafe for ReUtil
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