pub struct Run {
pub run_id: String,
pub session_id: String,
pub status: String,
pub state: State,
pub state_version: u64,
pub created_at: f64,
pub updated_at: f64,
}Fields§
§run_id: String§session_id: String§status: String§state: State§state_version: u64§created_at: f64§updated_at: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for Run
impl RefUnwindSafe for Run
impl Send for Run
impl Sync for Run
impl Unpin for Run
impl UnsafeUnpin for Run
impl UnwindSafe for Run
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