Struct vkrs::audio::GetById [] [src]

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

The audio.getById API request.

Methods

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

Trait Implementations

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

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

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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