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

pub struct InvokeAfterMsgs<X> {
    pub msg_ids: Vector<Bare, long>,
    pub query: X,
}

TL-derived from invokeAfterMsgs

invokeAfterMsgs#3dc4b4f0 {X:Type} msg_ids:Vector<long> query:!X = X;

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

impl<X: Clone> Clone for InvokeAfterMsgs<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 InvokeAfterMsgs<X>
[src]

[src]

[src]

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

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

Auto Trait Implementations

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

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