Enum biscuit_auth::error::FailedCheck
source ·
[−]pub enum FailedCheck {
Block(FailedBlockCheck),
Authorizer(FailedAuthorizerCheck),
}Expand description
check errors
Variants
Block(FailedBlockCheck)
Tuple Fields
Authorizer(FailedAuthorizerCheck)
Tuple Fields
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for FailedCheck
impl Send for FailedCheck
impl Sync for FailedCheck
impl Unpin for FailedCheck
impl UnwindSafe for FailedCheck
Blanket Implementations
Mutably borrows from an owned value. Read more
