pub struct RegexpFunction;Trait Implementations§
Source§impl Rule for RegexpFunction
impl Rule for RegexpFunction
Auto Trait Implementations§
impl Freeze for RegexpFunction
impl RefUnwindSafe for RegexpFunction
impl Send for RegexpFunction
impl Sync for RegexpFunction
impl Unpin for RegexpFunction
impl UnsafeUnpin for RegexpFunction
impl UnwindSafe for RegexpFunction
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