Struct vkrs::gifts::Gift [] [src]

pub struct Gift {
    pub id: u64,
    pub thumb_256: String,
    pub thumb_96: String,
    pub thumb_48: String,
}

Fields

Trait Implementations

impl Clone for Gift
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Gift
[src]

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

Formats the value using the given formatter.