Struct vkrs::api::AlbumId [] [src]

pub struct AlbumId {
    pub album_id: Id,
}

Fields

Trait Implementations

impl Copy for AlbumId
[src]

impl Eq for AlbumId
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AlbumId
[src]

Formats the value using the given formatter.