pub struct UpdateJoinChatWebViewDecision {
pub peer: Peer,
pub query_id: i64,
pub result: JoinChatBotResult,
}Expand description
Generated from:
updateJoinChatWebViewDecision#bdac7e70 peer:Peer query_id:long result:JoinChatBotResult = UpdateFields§
§peer: Peer§query_id: i64§result: JoinChatBotResultTrait Implementations§
Source§impl Clone for UpdateJoinChatWebViewDecision
impl Clone for UpdateJoinChatWebViewDecision
Source§fn clone(&self) -> UpdateJoinChatWebViewDecision
fn clone(&self) -> UpdateJoinChatWebViewDecision
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 Deserializable for UpdateJoinChatWebViewDecision
impl Deserializable for UpdateJoinChatWebViewDecision
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 From<UpdateJoinChatWebViewDecision> for Update
impl From<UpdateJoinChatWebViewDecision> for Update
Source§fn from(x: UpdateJoinChatWebViewDecision) -> Self
fn from(x: UpdateJoinChatWebViewDecision) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateJoinChatWebViewDecision
impl Identifiable for UpdateJoinChatWebViewDecision
Source§const CONSTRUCTOR_ID: u32 = 0xbdac7e70
const CONSTRUCTOR_ID: u32 = 0xbdac7e70
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateJoinChatWebViewDecision
impl PartialEq for UpdateJoinChatWebViewDecision
Source§fn eq(&self, other: &UpdateJoinChatWebViewDecision) -> bool
fn eq(&self, other: &UpdateJoinChatWebViewDecision) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateJoinChatWebViewDecision
Auto Trait Implementations§
impl Freeze for UpdateJoinChatWebViewDecision
impl RefUnwindSafe for UpdateJoinChatWebViewDecision
impl Send for UpdateJoinChatWebViewDecision
impl Sync for UpdateJoinChatWebViewDecision
impl Unpin for UpdateJoinChatWebViewDecision
impl UnsafeUnpin for UpdateJoinChatWebViewDecision
impl UnwindSafe for UpdateJoinChatWebViewDecision
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