pub struct ExecutionId(/* private fields */);Expand description
Stable identifier for one workflow execution.
Implementations§
Source§impl ExecutionId
impl ExecutionId
Trait Implementations§
Source§impl AsRef<str> for ExecutionId
impl AsRef<str> for ExecutionId
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 Display for ExecutionId
impl Display for ExecutionId
Source§impl From<ExecutionId> for String
impl From<ExecutionId> for String
Source§fn from(value: ExecutionId) -> Self
fn from(value: ExecutionId) -> Self
Converts to this type from the input type.
Source§impl FromStr for ExecutionId
impl FromStr for ExecutionId
Source§impl Hash for ExecutionId
impl Hash for ExecutionId
Source§impl Ord for ExecutionId
impl Ord for ExecutionId
Source§fn cmp(&self, other: &ExecutionId) -> Ordering
fn cmp(&self, other: &ExecutionId) -> 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 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 PartialOrd for ExecutionId
impl PartialOrd for ExecutionId
impl Eq 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