Struct rusoto_gamelift::ValidateMatchmakingRuleSetOutput [] [src]

pub struct ValidateMatchmakingRuleSetOutput {
    pub valid: Option<bool>,
}

Represents the returned data in response to a request action.

Fields

Response indicating whether or not the rule set is valid.

Trait Implementations

impl Default for ValidateMatchmakingRuleSetOutput
[src]

[src]

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

impl Debug for ValidateMatchmakingRuleSetOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ValidateMatchmakingRuleSetOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more