pub struct RegexpExtractFunc {
pub this: Expression,
pub pattern: Expression,
pub group: Option<Expression>,
}Expand description
REGEXP_EXTRACT function
Fields§
§this: Expression§pattern: Expression§group: Option<Expression>Trait Implementations§
Source§impl Clone for RegexpExtractFunc
impl Clone for RegexpExtractFunc
Source§fn clone(&self) -> RegexpExtractFunc
fn clone(&self) -> RegexpExtractFunc
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 Debug for RegexpExtractFunc
impl Debug for RegexpExtractFunc
Source§impl<'de> Deserialize<'de> for RegexpExtractFunc
impl<'de> Deserialize<'de> for RegexpExtractFunc
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RegexpExtractFunc
impl PartialEq for RegexpExtractFunc
Source§impl Serialize for RegexpExtractFunc
impl Serialize for RegexpExtractFunc
impl StructuralPartialEq for RegexpExtractFunc
Auto Trait Implementations§
impl Freeze for RegexpExtractFunc
impl RefUnwindSafe for RegexpExtractFunc
impl Send for RegexpExtractFunc
impl Sync for RegexpExtractFunc
impl Unpin for RegexpExtractFunc
impl UnwindSafe for RegexpExtractFunc
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