pub struct StepRow {
pub id: String,
pub run_id: String,
pub kind: String,
pub status: String,
pub properties: String,
}Expand description
A single step row returned from a query.
Fields§
§id: StringUnique step ID.
run_id: StringID of the parent run.
kind: StringStep kind.
status: StringCurrent status.
properties: StringJSON-encoded step properties.
Trait Implementations§
impl Eq for StepRow
impl StructuralPartialEq for StepRow
Auto Trait Implementations§
impl Freeze for StepRow
impl RefUnwindSafe for StepRow
impl Send for StepRow
impl Sync for StepRow
impl Unpin for StepRow
impl UnsafeUnpin for StepRow
impl UnwindSafe for StepRow
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§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.