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 Freeze for PyContext
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