pub enum PyAsyncCallback {
Channel(Sender<Result<CLRepr, QuerentError>>),
}
Variants§
Channel(Sender<Result<CLRepr, QuerentError>>)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PyAsyncCallback
impl !RefUnwindSafe for PyAsyncCallback
impl Send for PyAsyncCallback
impl Sync for PyAsyncCallback
impl Unpin for PyAsyncCallback
impl !UnwindSafe for PyAsyncCallback
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