pub enum LegacyReviewDisposition {
Reprocess,
Complete,
}Expand description
Durable resolution for a finalized recording with an obsolete, unsigned packet.
Variants§
Reprocess
Archive the obsolete result and queue the retained WAV for current analysis.
Complete
Preserve the accepted result and stop exposing its obsolete packet for review.
Trait Implementations§
Source§impl Clone for LegacyReviewDisposition
impl Clone for LegacyReviewDisposition
Source§fn clone(&self) -> LegacyReviewDisposition
fn clone(&self) -> LegacyReviewDisposition
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 LegacyReviewDisposition
Source§impl Debug for LegacyReviewDisposition
impl Debug for LegacyReviewDisposition
impl Eq for LegacyReviewDisposition
Source§impl PartialEq for LegacyReviewDisposition
impl PartialEq for LegacyReviewDisposition
impl StructuralPartialEq for LegacyReviewDisposition
Auto Trait Implementations§
impl Freeze for LegacyReviewDisposition
impl RefUnwindSafe for LegacyReviewDisposition
impl Send for LegacyReviewDisposition
impl Sync for LegacyReviewDisposition
impl Unpin for LegacyReviewDisposition
impl UnsafeUnpin for LegacyReviewDisposition
impl UnwindSafe for LegacyReviewDisposition
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