pub struct TableFunctionBuilder<B, I, LI, E> { /* private fields */ }
Implementations§
Source§impl<B, I, LI, E> TableFunctionBuilder<B, I, LI, E>
impl<B, I, LI, E> TableFunctionBuilder<B, I, LI, E>
pub fn bind<F>(self, f: F) -> Self
pub fn init<F>(self, f: F) -> Self
pub fn local_init<F>(self, f: F) -> Self
pub fn function<F>(self, f: F) -> Self
pub fn build(self) -> Result<TableFunction, TableFunctionBuilderError>
Auto Trait Implementations§
impl<B, I, LI, E> Freeze for TableFunctionBuilder<B, I, LI, E>where
E: Freeze,
impl<B, I, LI, E> !RefUnwindSafe for TableFunctionBuilder<B, I, LI, E>
impl<B, I, LI, E> Send for TableFunctionBuilder<B, I, LI, E>where
E: Send,
impl<B, I, LI, E> !Sync for TableFunctionBuilder<B, I, LI, E>
impl<B, I, LI, E> Unpin for TableFunctionBuilder<B, I, LI, E>where
E: Unpin,
impl<B, I, LI, E> !UnwindSafe for TableFunctionBuilder<B, I, LI, E>
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