Struct aws_sdk_comprehend::model::DocumentLabel
source · [−]#[non_exhaustive]pub struct DocumentLabel { /* private fields */ }Expand description
Specifies one of the label or labels that categorize the document being analyzed.
Implementations
sourceimpl DocumentLabel
impl DocumentLabel
sourceimpl DocumentLabel
impl DocumentLabel
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DocumentLabel.
Trait Implementations
sourceimpl Clone for DocumentLabel
impl Clone for DocumentLabel
sourcefn clone(&self) -> DocumentLabel
fn clone(&self) -> DocumentLabel
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 DocumentLabel
impl Debug for DocumentLabel
sourceimpl PartialEq<DocumentLabel> for DocumentLabel
impl PartialEq<DocumentLabel> for DocumentLabel
sourcefn eq(&self, other: &DocumentLabel) -> bool
fn eq(&self, other: &DocumentLabel) -> bool
impl StructuralPartialEq for DocumentLabel
Auto Trait Implementations
impl RefUnwindSafe for DocumentLabel
impl Send for DocumentLabel
impl Sync for DocumentLabel
impl Unpin for DocumentLabel
impl UnwindSafe for DocumentLabel
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