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