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