pub struct SetJoinChatResults {
pub query_id: i64,
pub result: JoinChatBotResult,
}Expand description
Generated from:
bots.setJoinChatResults#e71a4810 query_id:long result:JoinChatBotResult = BoolFields§
§query_id: i64§result: JoinChatBotResultTrait Implementations§
Source§impl Clone for SetJoinChatResults
impl Clone for SetJoinChatResults
Source§fn clone(&self) -> SetJoinChatResults
fn clone(&self) -> SetJoinChatResults
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SetJoinChatResults
impl Debug for SetJoinChatResults
Source§impl Deserializable for SetJoinChatResults
impl Deserializable for SetJoinChatResults
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl Identifiable for SetJoinChatResults
impl Identifiable for SetJoinChatResults
Source§const CONSTRUCTOR_ID: u32 = 0xe71a4810
const CONSTRUCTOR_ID: u32 = 0xe71a4810
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SetJoinChatResults
impl PartialEq for SetJoinChatResults
Source§fn eq(&self, other: &SetJoinChatResults) -> bool
fn eq(&self, other: &SetJoinChatResults) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RemoteCall for SetJoinChatResults
impl RemoteCall for SetJoinChatResults
Source§impl Serializable for SetJoinChatResults
impl Serializable for SetJoinChatResults
impl StructuralPartialEq for SetJoinChatResults
Auto Trait Implementations§
impl Freeze for SetJoinChatResults
impl RefUnwindSafe for SetJoinChatResults
impl Send for SetJoinChatResults
impl Sync for SetJoinChatResults
impl Unpin for SetJoinChatResults
impl UnsafeUnpin for SetJoinChatResults
impl UnwindSafe for SetJoinChatResults
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