pub struct InvokeWithLayer<X> {
pub layer: i32,
pub query: X,
}Expand description
Generated from the following TL definition:
invokeWithLayer#da9b0d0d {X:Type} layer:int query:!X = !XFields§
§layer: i32§query: XTrait Implementations§
Source§impl<X: Clone> Clone for InvokeWithLayer<X>
impl<X: Clone> Clone for InvokeWithLayer<X>
Source§fn clone(&self) -> InvokeWithLayer<X>
fn clone(&self) -> InvokeWithLayer<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 InvokeWithLayer<X>
impl<X: Debug> Debug for InvokeWithLayer<X>
Source§impl<X> Identifiable for InvokeWithLayer<X>
impl<X> Identifiable for InvokeWithLayer<X>
Source§const CONSTRUCTOR_ID: u32 = 3667594509
const CONSTRUCTOR_ID: u32 = 3667594509
The unique identifier for the type.
Source§impl<X: PartialEq> PartialEq for InvokeWithLayer<X>
impl<X: PartialEq> PartialEq for InvokeWithLayer<X>
Source§impl<X: RemoteCall> RemoteCall for InvokeWithLayer<X>
impl<X: RemoteCall> RemoteCall for InvokeWithLayer<X>
Source§type Return = <X as RemoteCall>::Return
type Return = <X as RemoteCall>::Return
The type of the “return” value coming from the other end of the
connection.
Source§impl<X: Serializable> Serializable for InvokeWithLayer<X>
impl<X: Serializable> Serializable for InvokeWithLayer<X>
impl<X> StructuralPartialEq for InvokeWithLayer<X>
Auto Trait Implementations§
impl<X> Freeze for InvokeWithLayer<X>where
X: Freeze,
impl<X> RefUnwindSafe for InvokeWithLayer<X>where
X: RefUnwindSafe,
impl<X> Send for InvokeWithLayer<X>where
X: Send,
impl<X> Sync for InvokeWithLayer<X>where
X: Sync,
impl<X> Unpin for InvokeWithLayer<X>where
X: Unpin,
impl<X> UnsafeUnpin for InvokeWithLayer<X>where
X: UnsafeUnpin,
impl<X> UnwindSafe for InvokeWithLayer<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