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