Struct biscuit_auth::datalog::MatchedVariables
source · pub struct MatchedVariables {
pub variables: HashMap<u32, Option<Term>>,
}Fields§
§variables: HashMap<u32, Option<Term>>Implementations§
Trait Implementations§
source§impl Clone for MatchedVariables
impl Clone for MatchedVariables
source§fn clone(&self) -> MatchedVariables
fn clone(&self) -> MatchedVariables
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 MatchedVariables
impl Debug for MatchedVariables
source§impl PartialEq<MatchedVariables> for MatchedVariables
impl PartialEq<MatchedVariables> for MatchedVariables
source§fn eq(&self, other: &MatchedVariables) -> bool
fn eq(&self, other: &MatchedVariables) -> bool
This method tests for
self and other values to be equal, and is used
by ==.