pub struct DnfVec<V>(/* private fields */)
where
V: Eval + PartialEq;Expand description
A boolean expression in Disjunctive Normal Form, stored as a Vec.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<V> Freeze for DnfVec<V>
impl<V> RefUnwindSafe for DnfVec<V>where
V: RefUnwindSafe,
impl<V> Send for DnfVec<V>where
V: Send,
impl<V> Sync for DnfVec<V>where
V: Sync,
impl<V> Unpin for DnfVec<V>where
V: Unpin,
impl<V> UnwindSafe for DnfVec<V>where
V: UnwindSafe,
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