pub struct EndpointNegativeGuardReport {
pub old_wrong_path: &'static str,
pub rejected: bool,
pub endpoint_structural_status: EndpointStructuralStatus,
pub endpoint_certificate_status: EndpointCertificateStatus,
pub kappa_certificate_status: KappaCertificateStatus,
pub kappa_hat_t: f64,
pub floor_t: f64,
pub policy_margin: f64,
}Expand description
Negative-guard report for endpoint old-wrong paths.
Fields§
§old_wrong_path: &'static str§rejected: bool§endpoint_structural_status: EndpointStructuralStatus§endpoint_certificate_status: EndpointCertificateStatus§kappa_certificate_status: KappaCertificateStatus§kappa_hat_t: f64§floor_t: f64§policy_margin: f64Trait Implementations§
Source§impl Clone for EndpointNegativeGuardReport
impl Clone for EndpointNegativeGuardReport
Source§fn clone(&self) -> EndpointNegativeGuardReport
fn clone(&self) -> EndpointNegativeGuardReport
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 EndpointNegativeGuardReport
Source§impl Debug for EndpointNegativeGuardReport
impl Debug for EndpointNegativeGuardReport
Source§impl PartialEq for EndpointNegativeGuardReport
impl PartialEq for EndpointNegativeGuardReport
Source§fn eq(&self, other: &EndpointNegativeGuardReport) -> bool
fn eq(&self, other: &EndpointNegativeGuardReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EndpointNegativeGuardReport
Auto Trait Implementations§
impl Freeze for EndpointNegativeGuardReport
impl RefUnwindSafe for EndpointNegativeGuardReport
impl Send for EndpointNegativeGuardReport
impl Sync for EndpointNegativeGuardReport
impl Unpin for EndpointNegativeGuardReport
impl UnsafeUnpin for EndpointNegativeGuardReport
impl UnwindSafe for EndpointNegativeGuardReport
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