Struct rusoto_gamelift::StartMatchBackfillOutput[][src]

pub struct StartMatchBackfillOutput {
    pub matchmaking_ticket: Option<MatchmakingTicket>,
}

Represents the returned data in response to a request action.

Fields

Ticket representing the backfill matchmaking request. This object includes the information in the request, ticket status, and match results as generated during the matchmaking process.

Trait Implementations

impl Default for StartMatchBackfillOutput
[src]

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

impl Debug for StartMatchBackfillOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for StartMatchBackfillOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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