Struct vkrs::gifts::GiftItem [] [src]

pub struct GiftItem {
    pub id: u64,
    pub from_id: i64,
    pub message: String,
    pub date: u64,
    pub gift: Gift,
    pub privacy: GiftPrivacy,
}

Fields

Trait Implementations

impl Clone for GiftItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for GiftItem
[src]

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

Formats the value using the given formatter.