Struct aws_sdk_rekognition::model::LabelDetection
source · [−]#[non_exhaustive]pub struct LabelDetection { /* private fields */ }Expand description
Information about a label detected in a video analysis request and the time the label was detected in the video.
Implementations
sourceimpl LabelDetection
impl LabelDetection
sourceimpl LabelDetection
impl LabelDetection
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LabelDetection.
Trait Implementations
sourceimpl Clone for LabelDetection
impl Clone for LabelDetection
sourcefn clone(&self) -> LabelDetection
fn clone(&self) -> LabelDetection
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 LabelDetection
impl Debug for LabelDetection
sourceimpl PartialEq<LabelDetection> for LabelDetection
impl PartialEq<LabelDetection> for LabelDetection
sourcefn eq(&self, other: &LabelDetection) -> bool
fn eq(&self, other: &LabelDetection) -> bool
impl StructuralPartialEq for LabelDetection
Auto Trait Implementations
impl RefUnwindSafe for LabelDetection
impl Send for LabelDetection
impl Sync for LabelDetection
impl Unpin for LabelDetection
impl UnwindSafe for LabelDetection
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