pub struct FlowRunId(/* private fields */);Expand description
Identity of a flow execution instance.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FlowRunId
impl<'de> Deserialize<'de> for FlowRunId
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 Ord for FlowRunId
impl Ord for FlowRunId
Source§impl PartialOrd for FlowRunId
impl PartialOrd for FlowRunId
impl Copy for FlowRunId
impl Eq for FlowRunId
impl StructuralPartialEq for FlowRunId
Auto Trait Implementations§
impl Freeze for FlowRunId
impl RefUnwindSafe for FlowRunId
impl Send for FlowRunId
impl Sync for FlowRunId
impl Unpin for FlowRunId
impl UnsafeUnpin for FlowRunId
impl UnwindSafe for FlowRunId
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