Struct clacks::mtproto::invoice [] [src]

pub struct invoice {
    pub test: bool,
    pub name_requested: bool,
    pub phone_requested: bool,
    pub email_requested: bool,
    pub shipping_address_requested: bool,
    pub flexible: bool,
    pub phone_to_provider: bool,
    pub email_to_provider: bool,
    pub currency: string,
    pub prices: Vector<Boxed, LabeledPrice>,
}

Fields

Trait Implementations

impl Debug for invoice
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for invoice
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for invoice
[src]

[src]

impl BareDeserialize for invoice
[src]

[src]

impl IntoBoxed for invoice
[src]

[src]

Auto Trait Implementations

impl Send for invoice

impl Sync for invoice