Struct vkrs::video::PutTag [] [src]

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

The video.putTag API request.

Methods

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

Trait Implementations

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

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

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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