pub struct FailedAuthorizerCheck {
pub check_id: u32,
pub rule: String,
}Fields§
§check_id: u32§rule: Stringpretty print of the rule that failed
Trait Implementations§
Source§impl Clone for FailedAuthorizerCheck
impl Clone for FailedAuthorizerCheck
Source§fn clone(&self) -> FailedAuthorizerCheck
fn clone(&self) -> FailedAuthorizerCheck
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FailedAuthorizerCheck
impl Debug for FailedAuthorizerCheck
Source§impl Display for FailedAuthorizerCheck
impl Display for FailedAuthorizerCheck
Source§impl PartialEq for FailedAuthorizerCheck
impl PartialEq for FailedAuthorizerCheck
impl Eq for FailedAuthorizerCheck
impl StructuralPartialEq for FailedAuthorizerCheck
Auto Trait Implementations§
impl Freeze for FailedAuthorizerCheck
impl RefUnwindSafe for FailedAuthorizerCheck
impl Send for FailedAuthorizerCheck
impl Sync for FailedAuthorizerCheck
impl Unpin for FailedAuthorizerCheck
impl UnwindSafe for FailedAuthorizerCheck
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