Struct vkrs::video::GetCatalog [] [src]

pub struct GetCatalog<'a> { /* fields omitted */ }

The video.getCatalog API request.

Methods

impl<'a> GetCatalog<'a>
[src]

Trait Implementations

impl<'a> Eq for GetCatalog<'a>
[src]

impl<'a> Copy for GetCatalog<'a>
[src]

impl<'a> Debug for GetCatalog<'a>
[src]

Formats the value using the given formatter.

impl<'a> PartialEq for GetCatalog<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Clone for GetCatalog<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Request for GetCatalog<'a>
[src]