pub struct Capture(/* private fields */);Implementations§
Trait Implementations§
Source§impl AnyValueTrait for Capture
impl AnyValueTrait for Capture
Source§impl AsAnyValue for Capture
impl AsAnyValue for Capture
fn as_any_value(&self) -> AnyValue
Source§impl RegexNodeTrait for Capture
impl RegexNodeTrait for Capture
fn clone_boxed(&self) -> RegexNode
fn compiled(&self) -> Regex
fn found(&self, text__170: Arc<String>) -> bool
fn find(&self, text__173: Arc<String>) -> Result<Match>
fn replace( &self, text__176: Arc<String>, format__177: Arc<dyn Fn(Match) -> Arc<String> + Send + Sync>, ) -> Arc<String>
fn split(&self, text__180: Arc<String>) -> List<Arc<String>>
Auto Trait Implementations§
impl Freeze for Capture
impl !RefUnwindSafe for Capture
impl Send for Capture
impl Sync for Capture
impl Unpin for Capture
impl !UnwindSafe for Capture
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