pub struct LashlangExecutionSite {
pub node_id: String,
pub node_kind: String,
pub label: String,
pub branch: Option<LashlangBranchSite>,
}Fields§
§node_id: String§node_kind: String§label: String§branch: Option<LashlangBranchSite>Trait Implementations§
Source§impl Clone for LashlangExecutionSite
impl Clone for LashlangExecutionSite
Source§fn clone(&self) -> LashlangExecutionSite
fn clone(&self) -> LashlangExecutionSite
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 LashlangExecutionSite
impl Debug for LashlangExecutionSite
Source§impl<'de> Deserialize<'de> for LashlangExecutionSite
impl<'de> Deserialize<'de> for LashlangExecutionSite
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 LashlangExecutionSite
Source§impl PartialEq for LashlangExecutionSite
impl PartialEq for LashlangExecutionSite
Source§fn eq(&self, other: &LashlangExecutionSite) -> bool
fn eq(&self, other: &LashlangExecutionSite) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LashlangExecutionSite
impl Serialize for LashlangExecutionSite
impl StructuralPartialEq for LashlangExecutionSite
Auto Trait Implementations§
impl Freeze for LashlangExecutionSite
impl RefUnwindSafe for LashlangExecutionSite
impl Send for LashlangExecutionSite
impl Sync for LashlangExecutionSite
impl Unpin for LashlangExecutionSite
impl UnsafeUnpin for LashlangExecutionSite
impl UnwindSafe for LashlangExecutionSite
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