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