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