#[non_exhaustive]pub struct StartSegmentDetectionOutput { /* private fields */ }Implementations
sourceimpl StartSegmentDetectionOutput
impl StartSegmentDetectionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartSegmentDetectionOutput.
Trait Implementations
sourceimpl Clone for StartSegmentDetectionOutput
impl Clone for StartSegmentDetectionOutput
sourcefn clone(&self) -> StartSegmentDetectionOutput
fn clone(&self) -> StartSegmentDetectionOutput
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 StartSegmentDetectionOutput
impl Debug for StartSegmentDetectionOutput
sourceimpl PartialEq<StartSegmentDetectionOutput> for StartSegmentDetectionOutput
impl PartialEq<StartSegmentDetectionOutput> for StartSegmentDetectionOutput
sourcefn eq(&self, other: &StartSegmentDetectionOutput) -> bool
fn eq(&self, other: &StartSegmentDetectionOutput) -> bool
impl StructuralPartialEq for StartSegmentDetectionOutput
Auto Trait Implementations
impl RefUnwindSafe for StartSegmentDetectionOutput
impl Send for StartSegmentDetectionOutput
impl Sync for StartSegmentDetectionOutput
impl Unpin for StartSegmentDetectionOutput
impl UnwindSafe for StartSegmentDetectionOutput
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