Struct vkrs::photos::UploadServer [] [src]

pub struct UploadServer {
    pub upload_url: String,
    pub album_id: Id,
    pub user_id: Id,
}

Fields

Trait Implementations

impl Eq for UploadServer
[src]

impl PartialEq for UploadServer
[src]

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

This method tests for !=.

impl Debug for UploadServer
[src]

Formats the value using the given formatter.