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