pub struct InvokeWithReCaptcha<X> {
pub token: String,
pub query: X,
}Expand description
Generated from:
invokeWithReCaptcha#adbb0f94 {X:Type} token:string query:!X = !XFields§
§token: String§query: XTrait Implementations§
Source§impl<X: Clone> Clone for InvokeWithReCaptcha<X>
impl<X: Clone> Clone for InvokeWithReCaptcha<X>
Source§fn clone(&self) -> InvokeWithReCaptcha<X>
fn clone(&self) -> InvokeWithReCaptcha<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 InvokeWithReCaptcha<X>
impl<X: Debug> Debug for InvokeWithReCaptcha<X>
Source§impl<X> Identifiable for InvokeWithReCaptcha<X>
impl<X> Identifiable for InvokeWithReCaptcha<X>
Source§const CONSTRUCTOR_ID: u32 = 0xadbb0f94
const CONSTRUCTOR_ID: u32 = 0xadbb0f94
The constructor ID as specified in the TL schema.
Source§impl<X: PartialEq> PartialEq for InvokeWithReCaptcha<X>
impl<X: PartialEq> PartialEq for InvokeWithReCaptcha<X>
Source§impl<X: Serializable + Deserializable> RemoteCall for InvokeWithReCaptcha<X>
impl<X: Serializable + Deserializable> RemoteCall for InvokeWithReCaptcha<X>
Source§impl<X: Serializable> Serializable for InvokeWithReCaptcha<X>
impl<X: Serializable> Serializable for InvokeWithReCaptcha<X>
impl<X> StructuralPartialEq for InvokeWithReCaptcha<X>
Auto Trait Implementations§
impl<X> Freeze for InvokeWithReCaptcha<X>where
X: Freeze,
impl<X> RefUnwindSafe for InvokeWithReCaptcha<X>where
X: RefUnwindSafe,
impl<X> Send for InvokeWithReCaptcha<X>where
X: Send,
impl<X> Sync for InvokeWithReCaptcha<X>where
X: Sync,
impl<X> Unpin for InvokeWithReCaptcha<X>where
X: Unpin,
impl<X> UnsafeUnpin for InvokeWithReCaptcha<X>where
X: UnsafeUnpin,
impl<X> UnwindSafe for InvokeWithReCaptcha<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