pub struct GetInviteText {}Expand description
Generated from the following TL definition:
help.getInviteText#4d392343 = help.InviteTextTrait 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 = 1295590211
const CONSTRUCTOR_ID: u32 = 1295590211
The unique identifier for the type.
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 type of the “return” value coming from the other end of the
connection.
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