pub struct PythonRuntime {
pub kind: String,
pub python: String,
pub protocol: u32,
}Fields§
§kind: String§python: String§protocol: u32Trait Implementations§
Source§impl Clone for PythonRuntime
impl Clone for PythonRuntime
Source§impl Debug for PythonRuntime
impl Debug for PythonRuntime
Source§impl<'de> Deserialize<'de> for PythonRuntime
impl<'de> Deserialize<'de> for PythonRuntime
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PythonRuntime
Source§impl PartialEq for PythonRuntime
impl PartialEq for PythonRuntime
Source§impl Serialize for PythonRuntime
impl Serialize for PythonRuntime
impl StructuralPartialEq for PythonRuntime
Auto Trait Implementations§
impl Freeze for PythonRuntime
impl RefUnwindSafe for PythonRuntime
impl Send for PythonRuntime
impl Sync for PythonRuntime
impl Unpin for PythonRuntime
impl UnsafeUnpin for PythonRuntime
impl UnwindSafe for PythonRuntime
Blanket Implementations§
impl<T> ArtifactLease for T
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