pub struct ChatInviteJoinResultOk {
pub updates: Updates,
}Expand description
messages.chatInviteJoinResultOk
Generated from:
messages.chatInviteJoinResultOk#445663a7 updates:Updates = messages.ChatInviteJoinResultFields§
§updates: UpdatesTrait Implementations§
Source§impl Clone for ChatInviteJoinResultOk
impl Clone for ChatInviteJoinResultOk
Source§fn clone(&self) -> ChatInviteJoinResultOk
fn clone(&self) -> ChatInviteJoinResultOk
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 ChatInviteJoinResultOk
impl Debug for ChatInviteJoinResultOk
Source§impl Deserializable for ChatInviteJoinResultOk
impl Deserializable for ChatInviteJoinResultOk
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<ChatInviteJoinResultOk> for ChatInviteJoinResult
impl From<ChatInviteJoinResultOk> for ChatInviteJoinResult
Source§fn from(x: ChatInviteJoinResultOk) -> Self
fn from(x: ChatInviteJoinResultOk) -> Self
Converts to this type from the input type.
Source§impl Identifiable for ChatInviteJoinResultOk
impl Identifiable for ChatInviteJoinResultOk
Source§const CONSTRUCTOR_ID: u32 = 0x445663a7
const CONSTRUCTOR_ID: u32 = 0x445663a7
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ChatInviteJoinResultOk
impl PartialEq for ChatInviteJoinResultOk
Source§fn eq(&self, other: &ChatInviteJoinResultOk) -> bool
fn eq(&self, other: &ChatInviteJoinResultOk) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ChatInviteJoinResultOk
Source§impl TryFrom<ChatInviteJoinResult> for ChatInviteJoinResultOk
impl TryFrom<ChatInviteJoinResult> for ChatInviteJoinResultOk
Source§type Error = ChatInviteJoinResult
type Error = ChatInviteJoinResult
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for ChatInviteJoinResultOk
impl RefUnwindSafe for ChatInviteJoinResultOk
impl Send for ChatInviteJoinResultOk
impl Sync for ChatInviteJoinResultOk
impl Unpin for ChatInviteJoinResultOk
impl UnsafeUnpin for ChatInviteJoinResultOk
impl UnwindSafe for ChatInviteJoinResultOk
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