pub struct PreparedGate { /* private fields */ }Expand description
An already-computed checker outcome adapted back into the shared gate pipeline. Async commands/model turns finish before construction; pipeline registration still structurally orders deterministic outcomes before model judgement.
Implementations§
Source§impl PreparedGate
impl PreparedGate
pub fn new(report: GateReport) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PreparedGate
impl RefUnwindSafe for PreparedGate
impl Send for PreparedGate
impl Sync for PreparedGate
impl Unpin for PreparedGate
impl UnsafeUnpin for PreparedGate
impl UnwindSafe for PreparedGate
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