Struct stable_inline_python::PyContext
source · pub struct PyContext {
pub variables: PyVar,
}
Expand description
Represents a context for executing Python code.
Fields§
§variables: PyVar
Stores Python variables and their values.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PyContext
impl Send for PyContext
impl Sync for PyContext
impl Unpin for PyContext
impl UnwindSafe for PyContext
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