pub struct PausedRunCheckpoint {
pub id: String,
pub name: String,
pub kind: String,
pub started_at: Option<String>,
pub resume_skill_ref: Option<String>,
pub selected_runner: Option<String>,
pub step_ids: Vec<String>,
pub step_labels: Vec<String>,
}Fields§
§id: String§name: String§kind: String§started_at: Option<String>§resume_skill_ref: Option<String>§selected_runner: Option<String>§step_ids: Vec<String>§step_labels: Vec<String>Trait Implementations§
Source§impl Clone for PausedRunCheckpoint
impl Clone for PausedRunCheckpoint
Source§fn clone(&self) -> PausedRunCheckpoint
fn clone(&self) -> PausedRunCheckpoint
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 PausedRunCheckpoint
impl Debug for PausedRunCheckpoint
impl Eq for PausedRunCheckpoint
Source§impl PartialEq for PausedRunCheckpoint
impl PartialEq for PausedRunCheckpoint
Source§fn eq(&self, other: &PausedRunCheckpoint) -> bool
fn eq(&self, other: &PausedRunCheckpoint) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PausedRunCheckpoint
Auto Trait Implementations§
impl Freeze for PausedRunCheckpoint
impl RefUnwindSafe for PausedRunCheckpoint
impl Send for PausedRunCheckpoint
impl Sync for PausedRunCheckpoint
impl Unpin for PausedRunCheckpoint
impl UnsafeUnpin for PausedRunCheckpoint
impl UnwindSafe for PausedRunCheckpoint
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.