pub struct AsyncUdfHandle {
pub tx: Sender<QueueData>,
pub results: ResultMutex,
}Fields§
§tx: Sender<QueueData>§results: ResultMutexImplementations§
Source§impl AsyncUdfHandle
impl AsyncUdfHandle
pub fn into_ffi(self) -> *mut FfiAsyncUdfHandle
Auto Trait Implementations§
impl Freeze for AsyncUdfHandle
impl RefUnwindSafe for AsyncUdfHandle
impl Send for AsyncUdfHandle
impl Sync for AsyncUdfHandle
impl Unpin for AsyncUdfHandle
impl UnwindSafe for AsyncUdfHandle
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