Enum vkrs::gifts::GiftPrivacy [] [src]

pub enum GiftPrivacy {
    Pubclic,
    SenderNameOnly,
    Private,
}

Variants

Trait Implementations

impl Clone for GiftPrivacy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GiftPrivacy
[src]

impl Debug for GiftPrivacy
[src]

Formats the value using the given formatter.

impl PartialEq for GiftPrivacy
[src]

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

This method tests for !=.

impl Eq for GiftPrivacy
[src]

impl Deserialize for GiftPrivacy
[src]

Deserialize this value given this Deserializer.