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