Struct clacks_mtproto::mtproto::payments::validated_requested_info::ValidatedRequestedInfo [] [src]

pub struct ValidatedRequestedInfo {
    pub id: Option<string>,
    pub shipping_options: Option<Vector<Boxed, ShippingOption>>,
}

TL-derived from payments.validatedRequestedInfo

payments.validatedRequestedInfo#d1451883 flags:# id:flags.0?string shipping_options:flags.1?Vector<ShippingOption> = payments.ValidatedRequestedInfo;

Fields

Trait Implementations

impl Debug for ValidatedRequestedInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ValidatedRequestedInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ValidatedRequestedInfo
[src]

impl BareDeserialize for ValidatedRequestedInfo
[src]

impl IntoBoxed for ValidatedRequestedInfo
[src]

Auto Trait Implementations