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 ==.impl Eq for MatchedVariables
impl StructuralEq for MatchedVariables
impl StructuralPartialEq for MatchedVariables
Auto Trait Implementations§
impl RefUnwindSafe for MatchedVariables
impl Send for MatchedVariables
impl Sync for MatchedVariables
impl Unpin for MatchedVariables
impl UnwindSafe for MatchedVariables
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