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