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