Struct vkrs::video::DeleteComment [] [src]

pub struct DeleteComment { /* fields omitted */ }

The video.deleteComment API request.

Methods

impl DeleteComment
[src]

Trait Implementations

impl Eq for DeleteComment
[src]

impl Copy for DeleteComment
[src]

impl Debug for DeleteComment
[src]

Formats the value using the given formatter.

impl PartialEq for DeleteComment
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for DeleteComment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Request for DeleteComment
[src]