pub struct ExecutionId(pub Uuid);Expand description
Unique identifier for a workflow execution instance.
Tuple Fields§
§0: UuidImplementations§
Source§impl ExecutionId
impl ExecutionId
Trait Implementations§
Source§impl Clone for ExecutionId
impl Clone for ExecutionId
Source§fn clone(&self) -> ExecutionId
fn clone(&self) -> ExecutionId
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 ExecutionId
impl Debug for ExecutionId
Source§impl Default for ExecutionId
impl Default for ExecutionId
Source§impl<'de> Deserialize<'de> for ExecutionId
impl<'de> Deserialize<'de> for ExecutionId
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
Source§impl Display for ExecutionId
impl Display for ExecutionId
impl Eq for ExecutionId
Source§impl Hash for ExecutionId
impl Hash for ExecutionId
Source§impl PartialEq for ExecutionId
impl PartialEq for ExecutionId
Source§fn eq(&self, other: &ExecutionId) -> bool
fn eq(&self, other: &ExecutionId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ExecutionId
impl Serialize for ExecutionId
impl StructuralPartialEq for ExecutionId
Auto Trait Implementations§
impl Freeze for ExecutionId
impl RefUnwindSafe for ExecutionId
impl Send for ExecutionId
impl Sync for ExecutionId
impl Unpin for ExecutionId
impl UnsafeUnpin for ExecutionId
impl UnwindSafe for ExecutionId
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