Struct google_youtube3::PageInfo [] [src]

pub struct PageInfo {
    pub results_per_page: Option<i32>,
    pub total_results: Option<i32>,
}

Paging details for lists of resources, including total number of items available and number of resources returned in a single page.

This type is not used in any activity, and only used as part of another schema.

Fields

The number of results included in the API response.

The total number of results in the result set.

Trait Implementations

impl Default for PageInfo
[src]

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

impl Clone for PageInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PageInfo
[src]

Formats the value using the given formatter.

impl Part for PageInfo
[src]