pub struct CheckpointMeta {
pub workflow_id: WorkflowId,
pub run_id: RunId,
pub super_step: u64,
pub timestamp_ms: i64,
}Fields§
§workflow_id: WorkflowId§run_id: RunId§super_step: u64§timestamp_ms: i64Trait Implementations§
Source§impl Clone for CheckpointMeta
impl Clone for CheckpointMeta
Source§fn clone(&self) -> CheckpointMeta
fn clone(&self) -> CheckpointMeta
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 CheckpointMeta
impl Debug for CheckpointMeta
Source§impl<'de> Deserialize<'de> for CheckpointMeta
impl<'de> Deserialize<'de> for CheckpointMeta
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
Auto Trait Implementations§
impl Freeze for CheckpointMeta
impl RefUnwindSafe for CheckpointMeta
impl Send for CheckpointMeta
impl Sync for CheckpointMeta
impl Unpin for CheckpointMeta
impl UnsafeUnpin for CheckpointMeta
impl UnwindSafe for CheckpointMeta
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