pub enum AnnotationProvenance {
Heuristic,
Tokenizer,
Onnx,
Candle,
CudaOxide,
External,
Derived,
}Expand description
Variants describing annotation provenance.
Variants§
Heuristic
The heuristic variant.
Tokenizer
The tokenizer variant.
Onnx
The ONNX variant.
Candle
The candle variant.
CudaOxide
The cuda oxide variant.
External
The external variant.
Derived
The derived variant.
Trait Implementations§
Source§impl Clone for AnnotationProvenance
impl Clone for AnnotationProvenance
Source§fn clone(&self) -> AnnotationProvenance
fn clone(&self) -> AnnotationProvenance
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 AnnotationProvenance
Source§impl Debug for AnnotationProvenance
impl Debug for AnnotationProvenance
Source§impl<'de> Deserialize<'de> for AnnotationProvenance
impl<'de> Deserialize<'de> for AnnotationProvenance
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
impl Eq for AnnotationProvenance
Source§impl PartialEq for AnnotationProvenance
impl PartialEq for AnnotationProvenance
Source§fn eq(&self, other: &AnnotationProvenance) -> bool
fn eq(&self, other: &AnnotationProvenance) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AnnotationProvenance
impl Serialize for AnnotationProvenance
impl StructuralPartialEq for AnnotationProvenance
Auto Trait Implementations§
impl Freeze for AnnotationProvenance
impl RefUnwindSafe for AnnotationProvenance
impl Send for AnnotationProvenance
impl Sync for AnnotationProvenance
impl Unpin for AnnotationProvenance
impl UnsafeUnpin for AnnotationProvenance
impl UnwindSafe for AnnotationProvenance
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