Struct partiql_ast::ast::Like
source · pub struct Like {
pub value: Box<Expr>,
pub pattern: Box<Expr>,
pub escape: Option<Box<Expr>>,
}
Fields§
§value: Box<Expr>
§pattern: Box<Expr>
§escape: Option<Box<Expr>>
Trait Implementations§
source§impl PartialEq<Like> for Like
impl PartialEq<Like> for Like
impl StructuralPartialEq for Like
Auto Trait Implementations§
impl RefUnwindSafe for Like
impl Send for Like
impl Sync for Like
impl Unpin for Like
impl UnwindSafe for Like
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