#[non_exhaustive]pub struct DatasetEntityRecognizerAnnotations { /* private fields */ }Expand description
Describes the annotations associated with a entity recognizer.
Implementations§
source§impl DatasetEntityRecognizerAnnotations
impl DatasetEntityRecognizerAnnotations
sourcepub fn builder() -> DatasetEntityRecognizerAnnotationsBuilder
pub fn builder() -> DatasetEntityRecognizerAnnotationsBuilder
Creates a new builder-style object to manufacture DatasetEntityRecognizerAnnotations.
Trait Implementations§
source§impl Clone for DatasetEntityRecognizerAnnotations
impl Clone for DatasetEntityRecognizerAnnotations
source§fn clone(&self) -> DatasetEntityRecognizerAnnotations
fn clone(&self) -> DatasetEntityRecognizerAnnotations
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<DatasetEntityRecognizerAnnotations> for DatasetEntityRecognizerAnnotations
impl PartialEq<DatasetEntityRecognizerAnnotations> for DatasetEntityRecognizerAnnotations
source§fn eq(&self, other: &DatasetEntityRecognizerAnnotations) -> bool
fn eq(&self, other: &DatasetEntityRecognizerAnnotations) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DatasetEntityRecognizerAnnotations
Auto Trait Implementations§
impl RefUnwindSafe for DatasetEntityRecognizerAnnotations
impl Send for DatasetEntityRecognizerAnnotations
impl Sync for DatasetEntityRecognizerAnnotations
impl Unpin for DatasetEntityRecognizerAnnotations
impl UnwindSafe for DatasetEntityRecognizerAnnotations
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