pub enum FaeelCandidateResult {
Model,
NoModel(FaeelNoModelReason),
}Expand description
Result of bounded FAEEL candidate evaluation.
Variants§
Model
Candidate satisfies the bounded FAEEL fixture semantics.
NoModel(FaeelNoModelReason)
Candidate has no model for a typed reason.
Trait Implementations§
Source§impl Clone for FaeelCandidateResult
impl Clone for FaeelCandidateResult
Source§fn clone(&self) -> FaeelCandidateResult
fn clone(&self) -> FaeelCandidateResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FaeelCandidateResult
impl Debug for FaeelCandidateResult
Source§impl PartialEq for FaeelCandidateResult
impl PartialEq for FaeelCandidateResult
impl Eq for FaeelCandidateResult
impl StructuralPartialEq for FaeelCandidateResult
Auto Trait Implementations§
impl Freeze for FaeelCandidateResult
impl RefUnwindSafe for FaeelCandidateResult
impl Send for FaeelCandidateResult
impl Sync for FaeelCandidateResult
impl Unpin for FaeelCandidateResult
impl UnsafeUnpin for FaeelCandidateResult
impl UnwindSafe for FaeelCandidateResult
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