#[non_exhaustive]pub struct EntityRecognizerEntityList { /* private fields */ }Expand description
Describes the entity recognizer submitted with an entity recognizer.
Implementations
sourceimpl EntityRecognizerEntityList
impl EntityRecognizerEntityList
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EntityRecognizerEntityList.
Trait Implementations
sourceimpl Clone for EntityRecognizerEntityList
impl Clone for EntityRecognizerEntityList
sourcefn clone(&self) -> EntityRecognizerEntityList
fn clone(&self) -> EntityRecognizerEntityList
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for EntityRecognizerEntityList
impl Debug for EntityRecognizerEntityList
sourceimpl PartialEq<EntityRecognizerEntityList> for EntityRecognizerEntityList
impl PartialEq<EntityRecognizerEntityList> for EntityRecognizerEntityList
sourcefn eq(&self, other: &EntityRecognizerEntityList) -> bool
fn eq(&self, other: &EntityRecognizerEntityList) -> bool
impl StructuralPartialEq for EntityRecognizerEntityList
Auto Trait Implementations
impl RefUnwindSafe for EntityRecognizerEntityList
impl Send for EntityRecognizerEntityList
impl Sync for EntityRecognizerEntityList
impl Unpin for EntityRecognizerEntityList
impl UnwindSafe for EntityRecognizerEntityList
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more