pub struct UDFContext<'env> { /* private fields */ }
Implementations§
Source§impl<'env> UDFContext<'env>
impl<'env> UDFContext<'env>
pub fn argument_iter(&'env self) -> ArgumentIterator<'env> ⓘ
pub fn has_next_argument(&'env self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl<'env> Freeze for UDFContext<'env>
impl<'env> RefUnwindSafe for UDFContext<'env>
impl<'env> !Send for UDFContext<'env>
impl<'env> !Sync for UDFContext<'env>
impl<'env> Unpin for UDFContext<'env>
impl<'env> UnwindSafe for UDFContext<'env>
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