pub struct InviteConferenceCallParticipant {
pub video: bool,
pub call: InputGroupCall,
pub user_id: InputUser,
}Expand description
phone.inviteConferenceCallParticipant
Generated from:
phone.inviteConferenceCallParticipant#bcf22685 flags:# video:flags.0?true call:InputGroupCall user_id:InputUser = UpdatesFields§
§video: bool§call: InputGroupCall§user_id: InputUserTrait Implementations§
Source§impl Clone for InviteConferenceCallParticipant
impl Clone for InviteConferenceCallParticipant
Source§fn clone(&self) -> InviteConferenceCallParticipant
fn clone(&self) -> InviteConferenceCallParticipant
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 Identifiable for InviteConferenceCallParticipant
impl Identifiable for InviteConferenceCallParticipant
Source§const CONSTRUCTOR_ID: u32 = 0xbcf22685
const CONSTRUCTOR_ID: u32 = 0xbcf22685
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InviteConferenceCallParticipant
impl PartialEq for InviteConferenceCallParticipant
Source§fn eq(&self, other: &InviteConferenceCallParticipant) -> bool
fn eq(&self, other: &InviteConferenceCallParticipant) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InviteConferenceCallParticipant
Auto Trait Implementations§
impl Freeze for InviteConferenceCallParticipant
impl RefUnwindSafe for InviteConferenceCallParticipant
impl Send for InviteConferenceCallParticipant
impl Sync for InviteConferenceCallParticipant
impl Unpin for InviteConferenceCallParticipant
impl UnsafeUnpin for InviteConferenceCallParticipant
impl UnwindSafe for InviteConferenceCallParticipant
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