Struct rusoto_alexaforbusiness::RoomSkillParameter[][src]

pub struct RoomSkillParameter {
    pub parameter_key: String,
    pub parameter_value: String,
}

A skill parameter associated with a room.

Fields

The parameter key of a room skill parameter. ParameterKey is an enumerated type that only takes “DEFAULT” or “SCOPE” as valid values.

The parameter value of a room skill parameter.

Trait Implementations

impl Default for RoomSkillParameter
[src]

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

impl Debug for RoomSkillParameter
[src]

Formats the value using the given formatter. Read more

impl Clone for RoomSkillParameter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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