Struct aws_sdk_comprehend::model::EntityLabel
source · #[non_exhaustive]pub struct EntityLabel { /* private fields */ }Expand description
Specifies one of the label or labels that categorize the personally identifiable information (PII) entity being analyzed.
Implementations§
source§impl EntityLabel
impl EntityLabel
source§impl EntityLabel
impl EntityLabel
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EntityLabel.
Trait Implementations§
source§impl Clone for EntityLabel
impl Clone for EntityLabel
source§fn clone(&self) -> EntityLabel
fn clone(&self) -> EntityLabel
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 EntityLabel
impl Debug for EntityLabel
source§impl PartialEq<EntityLabel> for EntityLabel
impl PartialEq<EntityLabel> for EntityLabel
source§fn eq(&self, other: &EntityLabel) -> bool
fn eq(&self, other: &EntityLabel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.