pub enum ProofDecision {
LocalOnly,
ForwardToAi,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ProofDecision
impl Clone for ProofDecision
Source§fn clone(&self) -> ProofDecision
fn clone(&self) -> ProofDecision
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProofDecision
Source§impl Debug for ProofDecision
impl Debug for ProofDecision
impl Eq for ProofDecision
Source§impl PartialEq for ProofDecision
impl PartialEq for ProofDecision
Source§fn eq(&self, other: &ProofDecision) -> bool
fn eq(&self, other: &ProofDecision) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProofDecision
Auto Trait Implementations§
impl Freeze for ProofDecision
impl RefUnwindSafe for ProofDecision
impl Send for ProofDecision
impl Sync for ProofDecision
impl Unpin for ProofDecision
impl UnsafeUnpin for ProofDecision
impl UnwindSafe for ProofDecision
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