pub enum SessionExecutionReserveOutcome {
Reserved(SessionExecutionReservation),
AlreadyRunning {
run_id: String,
},
}Expand description
Combined runner/router reservation result.
Variants§
Auto Trait Implementations§
impl !RefUnwindSafe for SessionExecutionReserveOutcome
impl !Sync for SessionExecutionReserveOutcome
impl !UnwindSafe for SessionExecutionReserveOutcome
impl Freeze for SessionExecutionReserveOutcome
impl Send for SessionExecutionReserveOutcome
impl Unpin for SessionExecutionReserveOutcome
impl UnsafeUnpin for SessionExecutionReserveOutcome
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