pub struct WorkflowExecutionSite {
pub owner: String,
pub path: Vec<u32>,
pub kind: String,
pub label: String,
}Expand description
Stable source-level location carried by runtime sites for workflow-graph joins.
Fields§
§owner: String§path: Vec<u32>§kind: String§label: StringImplementations§
Trait Implementations§
Source§impl Clone for WorkflowExecutionSite
impl Clone for WorkflowExecutionSite
Source§fn clone(&self) -> WorkflowExecutionSite
fn clone(&self) -> WorkflowExecutionSite
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 WorkflowExecutionSite
impl Debug for WorkflowExecutionSite
Source§impl Default for WorkflowExecutionSite
impl Default for WorkflowExecutionSite
Source§fn default() -> WorkflowExecutionSite
fn default() -> WorkflowExecutionSite
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WorkflowExecutionSite
impl<'de> Deserialize<'de> for WorkflowExecutionSite
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 WorkflowExecutionSite
Source§impl Hash for WorkflowExecutionSite
impl Hash for WorkflowExecutionSite
Source§impl Ord for WorkflowExecutionSite
impl Ord for WorkflowExecutionSite
Source§fn cmp(&self, other: &WorkflowExecutionSite) -> Ordering
fn cmp(&self, other: &WorkflowExecutionSite) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WorkflowExecutionSite
impl PartialEq for WorkflowExecutionSite
Source§impl PartialOrd for WorkflowExecutionSite
impl PartialOrd for WorkflowExecutionSite
Source§impl Serialize for WorkflowExecutionSite
impl Serialize for WorkflowExecutionSite
impl StructuralPartialEq for WorkflowExecutionSite
Auto Trait Implementations§
impl Freeze for WorkflowExecutionSite
impl RefUnwindSafe for WorkflowExecutionSite
impl Send for WorkflowExecutionSite
impl Sync for WorkflowExecutionSite
impl Unpin for WorkflowExecutionSite
impl UnsafeUnpin for WorkflowExecutionSite
impl UnwindSafe for WorkflowExecutionSite
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