pub type SecurityGate = SecurityGate<SecurityGateMode>;Expand description
Concrete security gate with this crate’s gate-mode payload.
Aliased Type§
pub struct SecurityGate {
pub mode: SecurityGateMode,
pub verdict: SecurityGateVerdict,
pub new_count: usize,
}Fields§
§mode: SecurityGateModeGate mode that was selected on the command line.
verdict: SecurityGateVerdictGate outcome for this run.
new_count: usizeNumber of candidates matching the selected gate mode.