Struct rusoto_cognito_idp::ResourceServerScopeType[][src]

pub struct ResourceServerScopeType {
    pub scope_description: String,
    pub scope_name: String,
}

A resource server scope.

Fields

A description of the scope.

The name of the scope.

Trait Implementations

impl Default for ResourceServerScopeType
[src]

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

impl Debug for ResourceServerScopeType
[src]

Formats the value using the given formatter. Read more

impl Clone for ResourceServerScopeType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ResourceServerScopeType
[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