pub struct Conjunction<VStore> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<VStore> Clone for Conjunction<VStore>where
VStore: Collection,
impl<VStore> Clone for Conjunction<VStore>where
VStore: Collection,
Source§impl<VStore> Debug for Conjunction<VStore>
impl<VStore> Debug for Conjunction<VStore>
Source§impl<VStore> DisplayStateful<Model> for Conjunction<VStore>
impl<VStore> DisplayStateful<Model> for Conjunction<VStore>
Source§impl<VStore> NotFormula<VStore> for Conjunction<VStore>where
VStore: Collection + 'static,
impl<VStore> NotFormula<VStore> for Conjunction<VStore>where
VStore: Collection + 'static,
Source§impl<VStore> Propagator<VStore> for Conjunction<VStore>
impl<VStore> Propagator<VStore> for Conjunction<VStore>
Source§fn propagate(&mut self, store: &mut VStore) -> bool
fn propagate(&mut self, store: &mut VStore) -> bool
Returns
false if it failed to propagate (a variable has an empty domain after propagation).Source§impl<VStore> PropagatorDependencies<FDEvent> for Conjunction<VStore>
impl<VStore> PropagatorDependencies<FDEvent> for Conjunction<VStore>
Source§impl<VStore> Subsumption<VStore> for Conjunction<VStore>
impl<VStore> Subsumption<VStore> for Conjunction<VStore>
fn is_subsumed(&self, store: &VStore) -> SKleene
Auto Trait Implementations§
impl<VStore> Freeze for Conjunction<VStore>
impl<VStore> !RefUnwindSafe for Conjunction<VStore>
impl<VStore> !Send for Conjunction<VStore>
impl<VStore> !Sync for Conjunction<VStore>
impl<VStore> Unpin for Conjunction<VStore>
impl<VStore> !UnwindSafe for Conjunction<VStore>
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