pub struct InvokeWithBusinessConnection<X> {
pub connection_id: String,
pub query: X,
}Expand description
Generated from:
invokeWithBusinessConnection#dd289f8e {X:Type} connection_id:string query:!X = !XFields§
§connection_id: String§query: XTrait Implementations§
Source§impl<X: Clone> Clone for InvokeWithBusinessConnection<X>
impl<X: Clone> Clone for InvokeWithBusinessConnection<X>
Source§fn clone(&self) -> InvokeWithBusinessConnection<X>
fn clone(&self) -> InvokeWithBusinessConnection<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 InvokeWithBusinessConnection<X>
impl<X: Debug> Debug for InvokeWithBusinessConnection<X>
Source§impl<X> Identifiable for InvokeWithBusinessConnection<X>
impl<X> Identifiable for InvokeWithBusinessConnection<X>
Source§const CONSTRUCTOR_ID: u32 = 0xdd289f8e
const CONSTRUCTOR_ID: u32 = 0xdd289f8e
The constructor ID as specified in the TL schema.
Source§impl<X: PartialEq> PartialEq for InvokeWithBusinessConnection<X>
impl<X: PartialEq> PartialEq for InvokeWithBusinessConnection<X>
Source§fn eq(&self, other: &InvokeWithBusinessConnection<X>) -> bool
fn eq(&self, other: &InvokeWithBusinessConnection<X>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<X: Serializable + Deserializable> RemoteCall for InvokeWithBusinessConnection<X>
impl<X: Serializable + Deserializable> RemoteCall for InvokeWithBusinessConnection<X>
Source§impl<X: Serializable> Serializable for InvokeWithBusinessConnection<X>
impl<X: Serializable> Serializable for InvokeWithBusinessConnection<X>
impl<X> StructuralPartialEq for InvokeWithBusinessConnection<X>
Auto Trait Implementations§
impl<X> Freeze for InvokeWithBusinessConnection<X>where
X: Freeze,
impl<X> RefUnwindSafe for InvokeWithBusinessConnection<X>where
X: RefUnwindSafe,
impl<X> Send for InvokeWithBusinessConnection<X>where
X: Send,
impl<X> Sync for InvokeWithBusinessConnection<X>where
X: Sync,
impl<X> Unpin for InvokeWithBusinessConnection<X>where
X: Unpin,
impl<X> UnsafeUnpin for InvokeWithBusinessConnection<X>where
X: UnsafeUnpin,
impl<X> UnwindSafe for InvokeWithBusinessConnection<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