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