Enum partiql_catalog::call_defs::CallSpecArg
source · pub enum CallSpecArg {
Positional,
Named(UniCase<&'static str>),
}
Variants§
Trait Implementations§
source§impl Clone for CallSpecArg
impl Clone for CallSpecArg
source§fn clone(&self) -> CallSpecArg
fn clone(&self) -> CallSpecArg
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 CallSpecArg
impl Debug for CallSpecArg
impl Copy for CallSpecArg
Auto Trait Implementations§
impl RefUnwindSafe for CallSpecArg
impl Send for CallSpecArg
impl Sync for CallSpecArg
impl Unpin for CallSpecArg
impl UnwindSafe for CallSpecArg
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