[][src]Struct rusoto_kinesis::SubscribeToShardEventStream

pub struct SubscribeToShardEventStream {
    pub internal_failure_exception: Option<InternalFailureException>,
    pub kms_access_denied_exception: Option<KMSAccessDeniedException>,
    pub kms_disabled_exception: Option<KMSDisabledException>,
    pub kms_invalid_state_exception: Option<KMSInvalidStateException>,
    pub kms_not_found_exception: Option<KMSNotFoundException>,
    pub kms_opt_in_required: Option<KMSOptInRequired>,
    pub kms_throttling_exception: Option<KMSThrottlingException>,
    pub resource_in_use_exception: Option<ResourceInUseException>,
    pub resource_not_found_exception: Option<ResourceNotFoundException>,
    pub subscribe_to_shard_event: SubscribeToShardEvent,
}

Fields

internal_failure_exception: Option<InternalFailureException>kms_access_denied_exception: Option<KMSAccessDeniedException>kms_disabled_exception: Option<KMSDisabledException>kms_invalid_state_exception: Option<KMSInvalidStateException>kms_not_found_exception: Option<KMSNotFoundException>kms_opt_in_required: Option<KMSOptInRequired>kms_throttling_exception: Option<KMSThrottlingException>resource_in_use_exception: Option<ResourceInUseException>resource_not_found_exception: Option<ResourceNotFoundException>subscribe_to_shard_event: SubscribeToShardEvent

Trait Implementations

impl PartialEq<SubscribeToShardEventStream> for SubscribeToShardEventStream[src]

impl Default for SubscribeToShardEventStream[src]

impl Clone for SubscribeToShardEventStream[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for SubscribeToShardEventStream[src]

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

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Erased for T