Struct vkrs::video::RemoveFromAlbum [] [src]

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

The video.removeFromAlbum API request.

Methods

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

Trait Implementations

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

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

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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