pub struct StartHoldGate { /* private fields */ }Expand description
Test-only gate that pauses supervisor drain of the start queue (D-040).
While held, Start commands remain queued so admission can observe
start-queue-full rollback without the supervisor racing to drain.
Implementations§
Trait Implementations§
Source§impl Debug for StartHoldGate
impl Debug for StartHoldGate
Source§impl Default for StartHoldGate
impl Default for StartHoldGate
Source§fn default() -> StartHoldGate
fn default() -> StartHoldGate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for StartHoldGate
impl RefUnwindSafe for StartHoldGate
impl Send for StartHoldGate
impl Sync for StartHoldGate
impl Unpin for StartHoldGate
impl UnsafeUnpin for StartHoldGate
impl UnwindSafe for StartHoldGate
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