pub struct PythonContext {
pub context_id: String,
pub vm_id: String,
pub pyodide_dist_path: PathBuf,
}Fields§
§context_id: String§vm_id: String§pyodide_dist_path: PathBufTrait Implementations§
Source§impl Clone for PythonContext
impl Clone for PythonContext
Source§fn clone(&self) -> PythonContext
fn clone(&self) -> PythonContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PythonContext
impl Debug for PythonContext
impl Eq for PythonContext
Source§impl PartialEq for PythonContext
impl PartialEq for PythonContext
Source§fn eq(&self, other: &PythonContext) -> bool
fn eq(&self, other: &PythonContext) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PythonContext
Auto Trait Implementations§
impl Freeze for PythonContext
impl RefUnwindSafe for PythonContext
impl Send for PythonContext
impl Sync for PythonContext
impl Unpin for PythonContext
impl UnsafeUnpin for PythonContext
impl UnwindSafe for PythonContext
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