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

pub struct InvokeWithoutUpdates<X> {
    pub query: X,
}

TL-derived from invokeWithoutUpdates

invokeWithoutUpdates#bf9459b7 {X:Type} query:!X = X;

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

[src]

[src]

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

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

Auto Trait Implementations

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

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