Struct biscuit_auth::error::FailedBlockCheck
source · pub struct FailedBlockCheck {
pub block_id: u32,
pub check_id: u32,
pub rule: String,
}Fields§
§block_id: u32§check_id: u32§rule: Stringpretty print of the rule that failed
Trait Implementations§
source§impl Clone for FailedBlockCheck
impl Clone for FailedBlockCheck
source§fn clone(&self) -> FailedBlockCheck
fn clone(&self) -> FailedBlockCheck
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 FailedBlockCheck
impl Debug for FailedBlockCheck
source§impl PartialEq for FailedBlockCheck
impl PartialEq for FailedBlockCheck
source§fn eq(&self, other: &FailedBlockCheck) -> bool
fn eq(&self, other: &FailedBlockCheck) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for FailedBlockCheck
impl StructuralPartialEq for FailedBlockCheck
Auto Trait Implementations§
impl RefUnwindSafe for FailedBlockCheck
impl Send for FailedBlockCheck
impl Sync for FailedBlockCheck
impl Unpin for FailedBlockCheck
impl UnwindSafe for FailedBlockCheck
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