pub struct RegexpSplit {
pub this: Box<Expression>,
pub expression: Box<Expression>,
pub limit: Option<Box<Expression>>,
}Expand description
RegexpSplit
Fields§
§this: Box<Expression>§expression: Box<Expression>§limit: Option<Box<Expression>>Trait Implementations§
Source§impl Clone for RegexpSplit
impl Clone for RegexpSplit
Source§fn clone(&self) -> RegexpSplit
fn clone(&self) -> RegexpSplit
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 RegexpSplit
impl Debug for RegexpSplit
Source§impl<'de> Deserialize<'de> for RegexpSplit
impl<'de> Deserialize<'de> for RegexpSplit
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 RegexpSplit
impl PartialEq for RegexpSplit
Source§impl Serialize for RegexpSplit
impl Serialize for RegexpSplit
impl StructuralPartialEq for RegexpSplit
Auto Trait Implementations§
impl Freeze for RegexpSplit
impl RefUnwindSafe for RegexpSplit
impl Send for RegexpSplit
impl Sync for RegexpSplit
impl Unpin for RegexpSplit
impl UnwindSafe for RegexpSplit
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