Struct biscuit_auth::AuthorizerLimits
source ·
[−]pub struct AuthorizerLimits {
pub max_facts: u32,
pub max_iterations: u32,
pub max_time: Duration,
}Expand description
runtime limits for the Datalog engine
Fields
max_facts: u32maximum number of Datalog facts (memory usage)
max_iterations: u32maximum number of iterations of the rules applications (prevents degenerate rules)
max_time: Durationmaximum execution time
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for AuthorizerLimits
impl Send for AuthorizerLimits
impl Sync for AuthorizerLimits
impl Unpin for AuthorizerLimits
impl UnwindSafe for AuthorizerLimits
Blanket Implementations
Mutably borrows from an owned value. Read more
