pub struct KappaNegativeGuardReport {
pub old_wrong_path: &'static str,
pub rejected: bool,
pub kappa_hat_t: f64,
pub floor_t: f64,
pub policy_margin: f64,
pub fail_closed: bool,
}Expand description
Negative-guard report for old-wrong certificate paths.
Fields§
§old_wrong_path: &'static str§rejected: bool§kappa_hat_t: f64§floor_t: f64§policy_margin: f64§fail_closed: boolTrait Implementations§
Source§impl Clone for KappaNegativeGuardReport
impl Clone for KappaNegativeGuardReport
Source§fn clone(&self) -> KappaNegativeGuardReport
fn clone(&self) -> KappaNegativeGuardReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for KappaNegativeGuardReport
Source§impl Debug for KappaNegativeGuardReport
impl Debug for KappaNegativeGuardReport
Source§impl PartialEq for KappaNegativeGuardReport
impl PartialEq for KappaNegativeGuardReport
Source§fn eq(&self, other: &KappaNegativeGuardReport) -> bool
fn eq(&self, other: &KappaNegativeGuardReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for KappaNegativeGuardReport
Auto Trait Implementations§
impl Freeze for KappaNegativeGuardReport
impl RefUnwindSafe for KappaNegativeGuardReport
impl Send for KappaNegativeGuardReport
impl Sync for KappaNegativeGuardReport
impl Unpin for KappaNegativeGuardReport
impl UnsafeUnpin for KappaNegativeGuardReport
impl UnwindSafe for KappaNegativeGuardReport
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