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 for MatchedVariables
impl PartialEq for MatchedVariables
impl Eq for MatchedVariables
impl StructuralPartialEq for MatchedVariables
Auto Trait Implementations§
impl Freeze for MatchedVariables
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