Struct clacks::mtproto::rpc::invokeAfterMsg [] [src]

pub struct invokeAfterMsg<X> {
    pub msg_id: long,
    pub query: 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: Function> Function for invokeAfterMsg<X>
[src]

impl<X: BoxedSerialize> BareSerialize for invokeAfterMsg<X>
[src]

[src]

Auto Trait Implementations

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

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