pub enum ExtractionOutcome {
Scored(ScoredClip),
Unscorable {
reason: String,
},
}Variants§
Auto Trait Implementations§
impl Freeze for ExtractionOutcome
impl RefUnwindSafe for ExtractionOutcome
impl Send for ExtractionOutcome
impl Sync for ExtractionOutcome
impl Unpin for ExtractionOutcome
impl UnsafeUnpin for ExtractionOutcome
impl UnwindSafe for ExtractionOutcome
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