Struct querent_synapse::querent::py_runtime::PyAsyncFun
source · pub struct PyAsyncFun { /* private fields */ }
Implementations§
source§impl PyAsyncFun
impl PyAsyncFun
pub fn split( self ) -> (Py<PyFunction>, Vec<CLRepr>, PyAsyncCallback, Option<Config>, Option<Neo4jQueryConfig>)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PyAsyncFun
impl !RefUnwindSafe for PyAsyncFun
impl Send for PyAsyncFun
impl Sync for PyAsyncFun
impl Unpin for PyAsyncFun
impl !UnwindSafe for PyAsyncFun
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