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