Struct biscuit_auth::datalog::Predicate
source ·
[−]pub struct Predicate {
pub name: SymbolIndex,
pub terms: Vec<Term>,
}Fields
name: SymbolIndexterms: Vec<Term>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Predicate
impl UnwindSafe for Predicate
Blanket Implementations
Mutably borrows from an owned value. Read more
