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