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