pub struct InvokeWithLayer<X> {
pub layer: i32,
pub query: X,
}Expand description
Fields§
§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 = 0xda9b0d0d
const CONSTRUCTOR_ID: u32 = 0xda9b0d0d
The constructor ID as specified in the TL schema.
Source§impl<X: PartialEq> PartialEq for InvokeWithLayer<X>
impl<X: PartialEq> PartialEq for InvokeWithLayer<X>
Source§impl<X: Serializable + Deserializable> RemoteCall for InvokeWithLayer<X>
impl<X: Serializable + Deserializable> RemoteCall for InvokeWithLayer<X>
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