pub struct AdmittedRun {
pub run_id: String,
pub attempt: i64,
}Fields§
§run_id: String§attempt: i64Auto Trait Implementations§
impl Freeze for AdmittedRun
impl RefUnwindSafe for AdmittedRun
impl Send for AdmittedRun
impl Sync for AdmittedRun
impl Unpin for AdmittedRun
impl UnsafeUnpin for AdmittedRun
impl UnwindSafe for AdmittedRun
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