pub enum AnalysisStage {
Transcript,
SpeakerLabels,
SpeakerFeatures,
Structuring,
}Variants§
Trait Implementations§
Source§impl Clone for AnalysisStage
impl Clone for AnalysisStage
Source§fn clone(&self) -> AnalysisStage
fn clone(&self) -> AnalysisStage
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 moreSource§impl Debug for AnalysisStage
impl Debug for AnalysisStage
impl Eq for AnalysisStage
Source§impl PartialEq for AnalysisStage
impl PartialEq for AnalysisStage
impl StructuralPartialEq for AnalysisStage
Auto Trait Implementations§
impl Freeze for AnalysisStage
impl RefUnwindSafe for AnalysisStage
impl Send for AnalysisStage
impl Sync for AnalysisStage
impl Unpin for AnalysisStage
impl UnsafeUnpin for AnalysisStage
impl UnwindSafe for AnalysisStage
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