Struct cognito_user_reader::UserReaderOptions[][src]

pub struct UserReaderOptions<'a> {
    pub attributes_to_get: &'a Option<Vec<String>>,
    pub limit_of_users: Option<i64>,
    pub show_unconfirmed_users: bool,
    pub filtered_user_ids: &'a Option<Vec<String>>,
    pub include_user_ids: bool,
    pub filtered_user_emails: &'a Option<Vec<String>>,
    pub include_user_emails: bool,
    pub created_at: Option<DateTime<Utc>>,
}

Fields

attributes_to_get: &'a Option<Vec<String>>limit_of_users: Option<i64>show_unconfirmed_users: boolfiltered_user_ids: &'a Option<Vec<String>>include_user_ids: boolfiltered_user_emails: &'a Option<Vec<String>>include_user_emails: boolcreated_at: Option<DateTime<Utc>>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.