Struct clacks_mtproto::mtproto::phone_call::Discarded [] [src]

pub struct Discarded {
    pub need_rating: bool,
    pub need_debug: bool,
    pub id: long,
    pub reason: Option<PhoneCallDiscardReason>,
    pub duration: Option<int>,
}

TL-derived from phoneCallDiscarded

phoneCallDiscarded#50ca4de1 flags:# need_rating:flags.2?true need_debug:flags.3?true id:long reason:flags.0?PhoneCallDiscardReason duration:flags.1?int = PhoneCall;

Fields

Trait Implementations

impl Debug for Discarded
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Discarded
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Discarded
[src]

impl BareDeserialize for Discarded
[src]

impl IntoBoxed for Discarded
[src]

Auto Trait Implementations

impl Send for Discarded

impl Sync for Discarded