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