Struct aws_sdk_rekognition::model::StreamProcessorInput
source · [−]#[non_exhaustive]pub struct StreamProcessorInput { /* private fields */ }Expand description
Information about the source streaming video.
Implementations
sourceimpl StreamProcessorInput
impl StreamProcessorInput
sourcepub fn kinesis_video_stream(&self) -> Option<&KinesisVideoStream>
pub fn kinesis_video_stream(&self) -> Option<&KinesisVideoStream>
The Kinesis video stream input stream for the source streaming video.
sourceimpl StreamProcessorInput
impl StreamProcessorInput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StreamProcessorInput.
Trait Implementations
sourceimpl Clone for StreamProcessorInput
impl Clone for StreamProcessorInput
sourcefn clone(&self) -> StreamProcessorInput
fn clone(&self) -> StreamProcessorInput
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 StreamProcessorInput
impl Debug for StreamProcessorInput
sourceimpl PartialEq<StreamProcessorInput> for StreamProcessorInput
impl PartialEq<StreamProcessorInput> for StreamProcessorInput
sourcefn eq(&self, other: &StreamProcessorInput) -> bool
fn eq(&self, other: &StreamProcessorInput) -> bool
impl StructuralPartialEq for StreamProcessorInput
Auto Trait Implementations
impl RefUnwindSafe for StreamProcessorInput
impl Send for StreamProcessorInput
impl Sync for StreamProcessorInput
impl Unpin for StreamProcessorInput
impl UnwindSafe for StreamProcessorInput
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