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