Struct partiql_catalog::TableFunction
source · pub struct TableFunction { /* private fields */ }Implementations§
source§impl TableFunction
impl TableFunction
pub fn new(info: Box<dyn BaseTableFunctionInfo>) -> Self
Trait Implementations§
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