Struct toornament::TournamentVideosFilter [] [src]

pub struct TournamentVideosFilter {
    pub category: Option<VideoCategory>,
    pub sort: CreateDateSortFilter,
    pub page: Option<i64>,
}

A filter for tournament videos

Fields

Category of the videos.

Sorts the collection in a particular order. CreatedAscending sorts the videos from older to newer; CreatedDescending sorts the videos from newer to older.

Page requested of the list.

Methods

impl TournamentVideosFilter
[src]

A builder method for $field with Option type.

A builder method for $field with $field_type type.

A builder method for $field with Option type.

Trait Implementations

impl Debug for TournamentVideosFilter
[src]

Formats the value using the given formatter.

impl Clone for TournamentVideosFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TournamentVideosFilter
[src]

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