pub struct InvokeWithGooglePlayIntegrity<X> {
pub nonce: String,
pub token: String,
pub query: X,
}Expand description
Generated from:
invokeWithGooglePlayIntegrity#1df92984 {X:Type} nonce:string token:string query:!X = !XFields§
§nonce: String§token: String§query: XTrait Implementations§
Source§impl<X: Clone> Clone for InvokeWithGooglePlayIntegrity<X>
impl<X: Clone> Clone for InvokeWithGooglePlayIntegrity<X>
Source§fn clone(&self) -> InvokeWithGooglePlayIntegrity<X>
fn clone(&self) -> InvokeWithGooglePlayIntegrity<X>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<X: Debug> Debug for InvokeWithGooglePlayIntegrity<X>
impl<X: Debug> Debug for InvokeWithGooglePlayIntegrity<X>
Source§impl<X> Identifiable for InvokeWithGooglePlayIntegrity<X>
impl<X> Identifiable for InvokeWithGooglePlayIntegrity<X>
Source§const CONSTRUCTOR_ID: u32 = 0x1df92984
const CONSTRUCTOR_ID: u32 = 0x1df92984
The constructor ID as specified in the TL schema.
Source§impl<X: PartialEq> PartialEq for InvokeWithGooglePlayIntegrity<X>
impl<X: PartialEq> PartialEq for InvokeWithGooglePlayIntegrity<X>
Source§fn eq(&self, other: &InvokeWithGooglePlayIntegrity<X>) -> bool
fn eq(&self, other: &InvokeWithGooglePlayIntegrity<X>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<X: Serializable + Deserializable> RemoteCall for InvokeWithGooglePlayIntegrity<X>
impl<X: Serializable + Deserializable> RemoteCall for InvokeWithGooglePlayIntegrity<X>
Source§impl<X: Serializable> Serializable for InvokeWithGooglePlayIntegrity<X>
impl<X: Serializable> Serializable for InvokeWithGooglePlayIntegrity<X>
impl<X> StructuralPartialEq for InvokeWithGooglePlayIntegrity<X>
Auto Trait Implementations§
impl<X> Freeze for InvokeWithGooglePlayIntegrity<X>where
X: Freeze,
impl<X> RefUnwindSafe for InvokeWithGooglePlayIntegrity<X>where
X: RefUnwindSafe,
impl<X> Send for InvokeWithGooglePlayIntegrity<X>where
X: Send,
impl<X> Sync for InvokeWithGooglePlayIntegrity<X>where
X: Sync,
impl<X> Unpin for InvokeWithGooglePlayIntegrity<X>where
X: Unpin,
impl<X> UnsafeUnpin for InvokeWithGooglePlayIntegrity<X>where
X: UnsafeUnpin,
impl<X> UnwindSafe for InvokeWithGooglePlayIntegrity<X>where
X: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more