pub struct UpdateGroupCallConnection {
pub presentation: bool,
pub params: DataJson,
}Expand description
Read updateGroupCallConnection docs.
Generated from the following TL definition:
updateGroupCallConnection#b783982 flags:# presentation:flags.0?true params:DataJSON = UpdateFields§
§presentation: bool§params: DataJsonTrait Implementations§
Source§impl Clone for UpdateGroupCallConnection
impl Clone for UpdateGroupCallConnection
Source§fn clone(&self) -> UpdateGroupCallConnection
fn clone(&self) -> UpdateGroupCallConnection
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 UpdateGroupCallConnection
impl Debug for UpdateGroupCallConnection
Source§impl From<UpdateGroupCallConnection> for Update
impl From<UpdateGroupCallConnection> for Update
Source§fn from(x: UpdateGroupCallConnection) -> Self
fn from(x: UpdateGroupCallConnection) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateGroupCallConnection
impl Identifiable for UpdateGroupCallConnection
Source§const CONSTRUCTOR_ID: u32 = 192428418
const CONSTRUCTOR_ID: u32 = 192428418
The unique identifier for the type.
Source§impl TryFrom<Update> for UpdateGroupCallConnection
impl TryFrom<Update> for UpdateGroupCallConnection
impl StructuralPartialEq for UpdateGroupCallConnection
Auto Trait Implementations§
impl Freeze for UpdateGroupCallConnection
impl RefUnwindSafe for UpdateGroupCallConnection
impl Send for UpdateGroupCallConnection
impl Sync for UpdateGroupCallConnection
impl Unpin for UpdateGroupCallConnection
impl UnsafeUnpin for UpdateGroupCallConnection
impl UnwindSafe for UpdateGroupCallConnection
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