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