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