Struct simple_predicates::DnfHashSet
source · pub struct DnfHashSet<V>(_)
where
V: Eval + Eq + Hash;Expand description
A boolean expression in Disjunctive Normal Form, stored as a HashSet.
Implementations§
Trait Implementations§
source§impl<V> Clone for DnfHashSet<V>where
V: Eval + Eq + Hash + Clone,
impl<V> Clone for DnfHashSet<V>where V: Eval + Eq + Hash + Clone,
source§fn clone(&self) -> DnfHashSet<V>
fn clone(&self) -> DnfHashSet<V>
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 more