#[non_exhaustive]pub struct ListEntityRecognizersOutput { /* private fields */ }Implementations§
source§impl ListEntityRecognizersOutput
impl ListEntityRecognizersOutput
sourcepub fn entity_recognizer_properties_list(
&self
) -> Option<&[EntityRecognizerProperties]>
pub fn entity_recognizer_properties_list(
&self
) -> Option<&[EntityRecognizerProperties]>
The list of properties of an entity recognizer.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Identifies the next page of results to return.
source§impl ListEntityRecognizersOutput
impl ListEntityRecognizersOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListEntityRecognizersOutput.
Trait Implementations§
source§impl Clone for ListEntityRecognizersOutput
impl Clone for ListEntityRecognizersOutput
source§fn clone(&self) -> ListEntityRecognizersOutput
fn clone(&self) -> ListEntityRecognizersOutput
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 ListEntityRecognizersOutput
impl Debug for ListEntityRecognizersOutput
source§impl PartialEq<ListEntityRecognizersOutput> for ListEntityRecognizersOutput
impl PartialEq<ListEntityRecognizersOutput> for ListEntityRecognizersOutput
source§fn eq(&self, other: &ListEntityRecognizersOutput) -> bool
fn eq(&self, other: &ListEntityRecognizersOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.