Struct rusoto_cognito_idp::EventFeedbackType[][src]

pub struct EventFeedbackType {
    pub feedback_date: Option<f64>,
    pub feedback_value: String,
    pub provider: String,
}

Specifies the event feedback type.

Fields

The event feedback date.

The event feedback value.

The provider.

Trait Implementations

impl Default for EventFeedbackType
[src]

Returns the "default value" for a type. Read more

impl Debug for EventFeedbackType
[src]

Formats the value using the given formatter. Read more

impl Clone for EventFeedbackType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for EventFeedbackType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations