#[non_exhaustive]pub struct EntityRecognizerEntityList { /* private fields */ }Expand description
Describes the entity recognizer submitted with an entity recognizer.
Implementations§
source§impl EntityRecognizerEntityList
impl EntityRecognizerEntityList
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EntityRecognizerEntityList.
Trait Implementations§
source§impl Clone for EntityRecognizerEntityList
impl Clone for EntityRecognizerEntityList
source§fn clone(&self) -> EntityRecognizerEntityList
fn clone(&self) -> EntityRecognizerEntityList
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 Debug for EntityRecognizerEntityList
impl Debug for EntityRecognizerEntityList
source§impl PartialEq<EntityRecognizerEntityList> for EntityRecognizerEntityList
impl PartialEq<EntityRecognizerEntityList> for EntityRecognizerEntityList
source§fn eq(&self, other: &EntityRecognizerEntityList) -> bool
fn eq(&self, other: &EntityRecognizerEntityList) -> bool
This method tests for
self and other values to be equal, and is used
by ==.