pub struct DecideCtx {
pub blocked: bool,
}Expand description
Facts a guard needs beyond the task itself. Just the derived blocked flag
for now (spec §8 start-gate); grow as systems need more.
Fields§
§blocked: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for DecideCtx
impl RefUnwindSafe for DecideCtx
impl Send for DecideCtx
impl Sync for DecideCtx
impl Unpin for DecideCtx
impl UnsafeUnpin for DecideCtx
impl UnwindSafe for DecideCtx
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