Struct querent_synapse::querent::py_runtime::PyRuntime
source · pub struct PyRuntime { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for PyRuntime
impl !RefUnwindSafe for PyRuntime
impl Send for PyRuntime
impl Sync for PyRuntime
impl Unpin for PyRuntime
impl !UnwindSafe for PyRuntime
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