Struct partiql_ast::ast::ReturningExpr
source · pub struct ReturningExpr {
pub elems: Vec<ReturningElem>,
}
Expand description
RETURNING (<returning_elem> [, <returning_elem>]...)
Fields§
§elems: Vec<ReturningElem>
Trait Implementations§
source§impl Clone for ReturningExpr
impl Clone for ReturningExpr
source§fn clone(&self) -> ReturningExpr
fn clone(&self) -> ReturningExpr
Returns a copy 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 ReturningExpr
impl Debug for ReturningExpr
source§impl PartialEq<ReturningExpr> for ReturningExpr
impl PartialEq<ReturningExpr> for ReturningExpr
source§fn eq(&self, other: &ReturningExpr) -> bool
fn eq(&self, other: &ReturningExpr) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Visit for ReturningExpr
impl Visit for ReturningExpr
impl StructuralPartialEq for ReturningExpr
Auto Trait Implementations§
impl RefUnwindSafe for ReturningExpr
impl Send for ReturningExpr
impl Sync for ReturningExpr
impl Unpin for ReturningExpr
impl UnwindSafe for ReturningExpr
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