pub struct CheckpointKey {
pub workflow_id: WorkflowId,
pub run_id: RunId,
pub super_step: u64,
}Fields§
§workflow_id: WorkflowId§run_id: RunId§super_step: u64Trait Implementations§
Source§impl Clone for CheckpointKey
impl Clone for CheckpointKey
Source§fn clone(&self) -> CheckpointKey
fn clone(&self) -> CheckpointKey
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 CheckpointKey
impl Debug for CheckpointKey
Source§impl<'de> Deserialize<'de> for CheckpointKey
impl<'de> Deserialize<'de> for CheckpointKey
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 Hash for CheckpointKey
impl Hash for CheckpointKey
Source§impl PartialEq for CheckpointKey
impl PartialEq for CheckpointKey
Source§fn eq(&self, other: &CheckpointKey) -> bool
fn eq(&self, other: &CheckpointKey) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CheckpointKey
impl Serialize for CheckpointKey
impl Eq for CheckpointKey
impl StructuralPartialEq for CheckpointKey
Auto Trait Implementations§
impl Freeze for CheckpointKey
impl RefUnwindSafe for CheckpointKey
impl Send for CheckpointKey
impl Sync for CheckpointKey
impl Unpin for CheckpointKey
impl UnsafeUnpin for CheckpointKey
impl UnwindSafe for CheckpointKey
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