pub struct Repeat(/* private fields */);Implementations§
Trait Implementations§
Source§impl AnyValueTrait for Repeat
impl AnyValueTrait for Repeat
Source§impl AsAnyValue for Repeat
impl AsAnyValue for Repeat
fn as_any_value(&self) -> AnyValue
Source§impl RegexNodeTrait for Repeat
impl RegexNodeTrait for Repeat
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 Repeat
impl !RefUnwindSafe for Repeat
impl Send for Repeat
impl Sync for Repeat
impl Unpin for Repeat
impl !UnwindSafe for Repeat
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