Struct clacks_mtproto::mtproto::rpc::InvokeAfterMsg [] [src]

pub struct InvokeAfterMsg<X> {
    pub msg_id: long,
    pub query: X,
}

TL-derived from invokeAfterMsg

invokeAfterMsg#cb9f372d {X:Type} msg_id:long query:!X = X;

Fields

Trait Implementations

impl<X: Debug> Debug for InvokeAfterMsg<X>
[src]

[src]

Formats the value using the given formatter. Read more

impl<X: Clone> Clone for InvokeAfterMsg<X>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<X: AnyBoxedSerialize> BoxedSerialize for InvokeAfterMsg<X>
[src]

[src]

[src]

impl<X: Function> Function for InvokeAfterMsg<X>
[src]

impl<X: AnyBoxedSerialize> BareSerialize for InvokeAfterMsg<X>
[src]

Auto Trait Implementations

impl<X> Send for InvokeAfterMsg<X> where
    X: Send

impl<X> Sync for InvokeAfterMsg<X> where
    X: Sync