Struct vkrs::video::AddToAlbum [] [src]

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

The video.addToAlbum API request.

Methods

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

Trait Implementations

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

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

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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