Enum partiql_catalog::call_defs::CallArgument
source · pub enum CallArgument {
Positional(ValueExpr),
Named(String, ValueExpr),
Star,
}
Variants§
Trait Implementations§
source§impl Debug for CallArgument
impl Debug for CallArgument
source§impl PartialEq<CallArgument> for CallArgument
impl PartialEq<CallArgument> for CallArgument
source§fn eq(&self, other: &CallArgument) -> bool
fn eq(&self, other: &CallArgument) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for CallArgument
impl StructuralEq for CallArgument
impl StructuralPartialEq for CallArgument
Auto Trait Implementations§
impl RefUnwindSafe for CallArgument
impl Send for CallArgument
impl Sync for CallArgument
impl Unpin for CallArgument
impl UnwindSafe for CallArgument
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