pub struct RecentMeUrlChatInvite {
pub url: String,
pub chat_invite: ChatInvite,
}Expand description
Generated from:
recentMeUrlChatInvite#eb49081d url:string chat_invite:ChatInvite = RecentMeUrlFields§
§url: String§chat_invite: ChatInviteTrait Implementations§
Source§impl Clone for RecentMeUrlChatInvite
impl Clone for RecentMeUrlChatInvite
Source§fn clone(&self) -> RecentMeUrlChatInvite
fn clone(&self) -> RecentMeUrlChatInvite
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 RecentMeUrlChatInvite
impl Debug for RecentMeUrlChatInvite
Source§impl Deserializable for RecentMeUrlChatInvite
impl Deserializable for RecentMeUrlChatInvite
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<RecentMeUrlChatInvite> for RecentMeUrl
impl From<RecentMeUrlChatInvite> for RecentMeUrl
Source§fn from(x: RecentMeUrlChatInvite) -> Self
fn from(x: RecentMeUrlChatInvite) -> Self
Converts to this type from the input type.
Source§impl Identifiable for RecentMeUrlChatInvite
impl Identifiable for RecentMeUrlChatInvite
Source§const CONSTRUCTOR_ID: u32 = 0xeb49081d
const CONSTRUCTOR_ID: u32 = 0xeb49081d
The constructor ID as specified in the TL schema.
Source§impl PartialEq for RecentMeUrlChatInvite
impl PartialEq for RecentMeUrlChatInvite
Source§impl Serializable for RecentMeUrlChatInvite
impl Serializable for RecentMeUrlChatInvite
Source§impl TryFrom<RecentMeUrl> for RecentMeUrlChatInvite
impl TryFrom<RecentMeUrl> for RecentMeUrlChatInvite
Source§type Error = RecentMeUrl
type Error = RecentMeUrl
The type returned in the event of a conversion error.
impl StructuralPartialEq for RecentMeUrlChatInvite
Auto Trait Implementations§
impl Freeze for RecentMeUrlChatInvite
impl RefUnwindSafe for RecentMeUrlChatInvite
impl Send for RecentMeUrlChatInvite
impl Sync for RecentMeUrlChatInvite
impl Unpin for RecentMeUrlChatInvite
impl UnsafeUnpin for RecentMeUrlChatInvite
impl UnwindSafe for RecentMeUrlChatInvite
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