Struct vkrs::video::EditComment [] [src]

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

The video.editComment API request.

Methods

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

Trait Implementations

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

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

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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