Struct partiql_catalog::call_defs::CallDef
source · pub struct CallDef {
pub names: Vec<&'static str>,
pub overloads: Vec<CallSpec>,
}
Fields§
§names: Vec<&'static str>
§overloads: Vec<CallSpec>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CallDef
impl Send for CallDef
impl Sync for CallDef
impl Unpin for CallDef
impl !UnwindSafe for CallDef
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