pub struct GetInviteText {}Expand description
Trait Implementations§
Source§impl Clone for GetInviteText
impl Clone for GetInviteText
Source§fn clone(&self) -> GetInviteText
fn clone(&self) -> GetInviteText
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 GetInviteText
impl Debug for GetInviteText
Source§impl Identifiable for GetInviteText
impl Identifiable for GetInviteText
Source§const CONSTRUCTOR_ID: u32 = 0x4d392343
const CONSTRUCTOR_ID: u32 = 0x4d392343
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetInviteText
impl PartialEq for GetInviteText
Source§impl RemoteCall for GetInviteText
impl RemoteCall for GetInviteText
Source§type Return = InviteText
type Return = InviteText
The deserialized response type.
Source§impl Serializable for GetInviteText
impl Serializable for GetInviteText
impl StructuralPartialEq for GetInviteText
Auto Trait Implementations§
impl Freeze for GetInviteText
impl RefUnwindSafe for GetInviteText
impl Send for GetInviteText
impl Sync for GetInviteText
impl Unpin for GetInviteText
impl UnsafeUnpin for GetInviteText
impl UnwindSafe for GetInviteText
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