Struct vkrs::audio::Add [] [src]

pub struct Add { /* fields omitted */ }

The audio.add API request.

Methods

impl Add
[src]

Trait Implementations

impl Eq for Add
[src]

impl Copy for Add
[src]

impl Debug for Add
[src]

Formats the value using the given formatter.

impl PartialEq for Add
[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 Add
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Request for Add
[src]