[][src]Struct rusoto_rekognition::StreamProcessorOutput

pub struct StreamProcessorOutput {
    pub kinesis_data_stream: Option<KinesisDataStream>,
}

Information about the Amazon Kinesis Data Streams stream to which a Amazon Rekognition Video stream processor streams the results of a video analysis. For more information, see CreateStreamProcessor in the Amazon Rekognition Developer Guide.

Fields

kinesis_data_stream: Option<KinesisDataStream>

The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.

Trait Implementations

impl Clone for StreamProcessorOutput[src]

impl Debug for StreamProcessorOutput[src]

impl Default for StreamProcessorOutput[src]

impl<'de> Deserialize<'de> for StreamProcessorOutput[src]

impl PartialEq<StreamProcessorOutput> for StreamProcessorOutput[src]

impl Serialize for StreamProcessorOutput[src]

impl StructuralPartialEq for StreamProcessorOutput[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.