Struct vkrs::account::Offer [] [src]

pub struct Offer {
    pub id: String,
    pub title: String,
    pub instruction: String,
    pub instruction_html: String,
    pub short_description: String,
    pub description: String,
    pub img: String,
    pub tag: String,
    pub price: u32,
}

Fields

Trait Implementations

impl Clone for Offer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Offer
[src]

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

Formats the value using the given formatter.