pub enum Challenge {
PremiseTruth(String),
SourceCredibility,
RuleValidity,
ConflictingAuthority,
AlternativeCause,
UnseenConsequences,
Proportionality,
DisanalogyClaim,
}Expand description
What aspect of a scheme a critical question challenges.
Variants§
PremiseTruth(String)
Challenges the truth of a specific premise (by slot name).
SourceCredibility
Challenges the credibility or reliability of the source agent.
RuleValidity
Challenges the validity of the inference rule itself.
ConflictingAuthority
Raises a conflicting authority or counter-expert.
AlternativeCause
Raises an alternative cause or explanation.
UnseenConsequences
Raises unconsidered consequences.
Proportionality
Challenges the relevance or proportionality of the attack.
DisanalogyClaim
Challenges the analogy’s structural similarity.
Trait Implementations§
impl Eq for Challenge
impl StructuralPartialEq for Challenge
Auto Trait Implementations§
impl Freeze for Challenge
impl RefUnwindSafe for Challenge
impl Send for Challenge
impl Sync for Challenge
impl Unpin for Challenge
impl UnsafeUnpin for Challenge
impl UnwindSafe for Challenge
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.