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

pub struct InvokeWithLayer<X> {
    pub layer: int,
    pub query: X,
}

TL-derived from invokeWithLayer

invokeWithLayer#da9b0d0d {X:Type} layer:int query:!X = X;

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

[src]

[src]

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

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

Auto Trait Implementations

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

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