pub struct MarkovPrinciple { /* private fields */ }Expand description
Markov’s Principle: if a decidable predicate is not everywhere false, then there exists a witness.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MarkovPrinciple
impl RefUnwindSafe for MarkovPrinciple
impl Send for MarkovPrinciple
impl Sync for MarkovPrinciple
impl Unpin for MarkovPrinciple
impl UnsafeUnpin for MarkovPrinciple
impl UnwindSafe for MarkovPrinciple
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