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