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