pub struct UpdateGroupCallConnection {
pub presentation: bool,
pub params: DataJson,
}Expand description
Generated from:
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 Deserializable for UpdateGroupCallConnection
impl Deserializable for UpdateGroupCallConnection
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
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 = 0x0b783982
const CONSTRUCTOR_ID: u32 = 0x0b783982
The constructor ID as specified in the TL schema.
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