pub enum AnalysisTypeTrue {
Summary,
StructuredData,
SuccessEvaluation,
}
Expand description
This is the type of analysis performed.
Variants§
Trait Implementations§
Source§impl Clone for AnalysisTypeTrue
impl Clone for AnalysisTypeTrue
Source§fn clone(&self) -> AnalysisTypeTrue
fn clone(&self) -> AnalysisTypeTrue
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AnalysisTypeTrue
impl Debug for AnalysisTypeTrue
Source§impl Default for AnalysisTypeTrue
impl Default for AnalysisTypeTrue
Source§fn default() -> AnalysisTypeTrue
fn default() -> AnalysisTypeTrue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AnalysisTypeTrue
impl<'de> Deserialize<'de> for AnalysisTypeTrue
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for AnalysisTypeTrue
impl Hash for AnalysisTypeTrue
Source§impl Ord for AnalysisTypeTrue
impl Ord for AnalysisTypeTrue
Source§fn cmp(&self, other: &AnalysisTypeTrue) -> Ordering
fn cmp(&self, other: &AnalysisTypeTrue) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AnalysisTypeTrue
impl PartialEq for AnalysisTypeTrue
Source§impl PartialOrd for AnalysisTypeTrue
impl PartialOrd for AnalysisTypeTrue
Source§impl Serialize for AnalysisTypeTrue
impl Serialize for AnalysisTypeTrue
impl Copy for AnalysisTypeTrue
impl Eq for AnalysisTypeTrue
impl StructuralPartialEq for AnalysisTypeTrue
Auto Trait Implementations§
impl Freeze for AnalysisTypeTrue
impl RefUnwindSafe for AnalysisTypeTrue
impl Send for AnalysisTypeTrue
impl Sync for AnalysisTypeTrue
impl Unpin for AnalysisTypeTrue
impl UnwindSafe for AnalysisTypeTrue
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