pub struct ChatInvitePublicJoinRequests {}Expand description
Generated from:
chatInvitePublicJoinRequests#ed107ab7 = ExportedChatInviteTrait Implementations§
Source§impl Clone for ChatInvitePublicJoinRequests
impl Clone for ChatInvitePublicJoinRequests
Source§fn clone(&self) -> ChatInvitePublicJoinRequests
fn clone(&self) -> ChatInvitePublicJoinRequests
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 Debug for ChatInvitePublicJoinRequests
impl Debug for ChatInvitePublicJoinRequests
Source§impl Deserializable for ChatInvitePublicJoinRequests
impl Deserializable for ChatInvitePublicJoinRequests
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<ChatInvitePublicJoinRequests> for ExportedChatInvite
impl From<ChatInvitePublicJoinRequests> for ExportedChatInvite
Source§fn from(_x: ChatInvitePublicJoinRequests) -> Self
fn from(_x: ChatInvitePublicJoinRequests) -> Self
Converts to this type from the input type.
Source§impl Identifiable for ChatInvitePublicJoinRequests
impl Identifiable for ChatInvitePublicJoinRequests
Source§const CONSTRUCTOR_ID: u32 = 0xed107ab7
const CONSTRUCTOR_ID: u32 = 0xed107ab7
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ChatInvitePublicJoinRequests
impl PartialEq for ChatInvitePublicJoinRequests
Source§fn eq(&self, other: &ChatInvitePublicJoinRequests) -> bool
fn eq(&self, other: &ChatInvitePublicJoinRequests) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ChatInvitePublicJoinRequests
Auto Trait Implementations§
impl Freeze for ChatInvitePublicJoinRequests
impl RefUnwindSafe for ChatInvitePublicJoinRequests
impl Send for ChatInvitePublicJoinRequests
impl Sync for ChatInvitePublicJoinRequests
impl Unpin for ChatInvitePublicJoinRequests
impl UnsafeUnpin for ChatInvitePublicJoinRequests
impl UnwindSafe for ChatInvitePublicJoinRequests
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