Struct toornament::TournamentParticipantsFilter [] [src]

pub struct TournamentParticipantsFilter {
    pub with_lineup: bool,
    pub with_custom_fields: bool,
    pub sort: DateSortFilter,
    pub page: i64,
}

A filter for tournament participants

Fields

When set to true, it will include the lineup of the team (works only if the participant is a team).

When set to true, it will include the list of custom fields for this participant.

Sorts the collection in a particular order. DateAscending sort matches from oldest to newest and DateDescending sort matches from newest to oldest.

Page requested of the list.

Methods

impl TournamentParticipantsFilter
[src]

A builder method for $field with $field_type type.

A builder method for $field with $field_type type.

A builder method for $field with $field_type type.

A builder method for $field with $field_type type.

Trait Implementations

impl Debug for TournamentParticipantsFilter
[src]

Formats the value using the given formatter.

impl Clone for TournamentParticipantsFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TournamentParticipantsFilter
[src]

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