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