Struct biscuit_auth::error::FailedAuthorizerCheck
source · 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 copy 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 PartialEq<FailedAuthorizerCheck> for FailedAuthorizerCheck
impl PartialEq<FailedAuthorizerCheck> for FailedAuthorizerCheck
source§fn eq(&self, other: &FailedAuthorizerCheck) -> bool
fn eq(&self, other: &FailedAuthorizerCheck) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for FailedAuthorizerCheck
impl StructuralEq for FailedAuthorizerCheck
impl StructuralPartialEq for FailedAuthorizerCheck
Auto Trait Implementations§
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