pub struct CodePoints(/* private fields */);Implementations§
Source§impl CodePoints
impl CodePoints
pub fn new(value__189: impl ToArcString) -> CodePoints
pub fn value(&self) -> Arc<String>
Trait Implementations§
Source§impl AnyValueTrait for CodePoints
impl AnyValueTrait for CodePoints
Source§impl AsAnyValue for CodePoints
impl AsAnyValue for CodePoints
fn as_any_value(&self) -> AnyValue
Source§impl Clone for CodePoints
impl Clone for CodePoints
Source§fn clone(&self) -> CodePoints
fn clone(&self) -> CodePoints
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl CodePartTrait for CodePoints
impl CodePartTrait for CodePoints
fn clone_boxed(&self) -> CodePart
Source§impl RegexNodeTrait for CodePoints
impl RegexNodeTrait for CodePoints
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 CodePoints
impl RefUnwindSafe for CodePoints
impl Send for CodePoints
impl Sync for CodePoints
impl Unpin for CodePoints
impl UnwindSafe for CodePoints
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