Struct vkrs::photos::GetAlbums [] [src]

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

The photos.getAlbums API request.

Methods

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

Trait Implementations

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

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

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

Formats the value using the given formatter.

impl<'a> PartialEq for GetAlbums<'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 GetAlbums<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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