pub struct CreatePythonContextRequest {
pub vm_id: String,
pub pyodide_dist_path: PathBuf,
}Fields§
§vm_id: String§pyodide_dist_path: PathBufTrait Implementations§
Source§impl Clone for CreatePythonContextRequest
impl Clone for CreatePythonContextRequest
Source§fn clone(&self) -> CreatePythonContextRequest
fn clone(&self) -> CreatePythonContextRequest
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 CreatePythonContextRequest
impl Debug for CreatePythonContextRequest
impl Eq for CreatePythonContextRequest
Source§impl PartialEq for CreatePythonContextRequest
impl PartialEq for CreatePythonContextRequest
Source§fn eq(&self, other: &CreatePythonContextRequest) -> bool
fn eq(&self, other: &CreatePythonContextRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreatePythonContextRequest
Auto Trait Implementations§
impl Freeze for CreatePythonContextRequest
impl RefUnwindSafe for CreatePythonContextRequest
impl Send for CreatePythonContextRequest
impl Sync for CreatePythonContextRequest
impl Unpin for CreatePythonContextRequest
impl UnsafeUnpin for CreatePythonContextRequest
impl UnwindSafe for CreatePythonContextRequest
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