Struct vkrs::video::SavedVideo [] [src]

pub struct SavedVideo {
    pub upload_url: String,
    pub vid: Id,
    pub owner_id: OwnerId,
    pub name: String,
    pub description: String,
    pub access_key: Option<String>,
}

Fields

Trait Implementations

impl Eq for SavedVideo
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SavedVideo
[src]

Formats the value using the given formatter.