pub struct TableFunction {
pub handle: Arc<TableFunctionHandle>,
}
Fields§
§handle: Arc<TableFunctionHandle>
Implementations§
Source§impl TableFunction
impl TableFunction
pub fn builder<B, I, LI, E>(extra_data: E) -> TableFunctionBuilder<B, I, LI, E>
Auto Trait Implementations§
impl Freeze for TableFunction
impl RefUnwindSafe for TableFunction
impl !Send for TableFunction
impl !Sync for TableFunction
impl Unpin for TableFunction
impl UnwindSafe for TableFunction
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