pub struct UdfDef {
pub args: Vec<NullableType>,
pub ret: NullableType,
pub aggregate: bool,
pub udf_type: UdfType,
}Fields§
§args: Vec<NullableType>§ret: NullableType§aggregate: bool§udf_type: UdfTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for UdfDef
impl RefUnwindSafe for UdfDef
impl Send for UdfDef
impl Sync for UdfDef
impl Unpin for UdfDef
impl UnwindSafe for UdfDef
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