pub struct UpdateGroupCallMessage {
pub call: InputGroupCall,
pub message: GroupCallMessage,
}Expand description
Generated from:
updateGroupCallMessage#d8326f0d call:InputGroupCall message:GroupCallMessage = UpdateFields§
§call: InputGroupCall§message: GroupCallMessageTrait Implementations§
Source§impl Clone for UpdateGroupCallMessage
impl Clone for UpdateGroupCallMessage
Source§fn clone(&self) -> UpdateGroupCallMessage
fn clone(&self) -> UpdateGroupCallMessage
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 UpdateGroupCallMessage
impl Debug for UpdateGroupCallMessage
Source§impl Deserializable for UpdateGroupCallMessage
impl Deserializable for UpdateGroupCallMessage
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<UpdateGroupCallMessage> for Update
impl From<UpdateGroupCallMessage> for Update
Source§fn from(x: UpdateGroupCallMessage) -> Self
fn from(x: UpdateGroupCallMessage) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateGroupCallMessage
impl Identifiable for UpdateGroupCallMessage
Source§const CONSTRUCTOR_ID: u32 = 0xd8326f0d
const CONSTRUCTOR_ID: u32 = 0xd8326f0d
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateGroupCallMessage
impl PartialEq for UpdateGroupCallMessage
Source§impl TryFrom<Update> for UpdateGroupCallMessage
impl TryFrom<Update> for UpdateGroupCallMessage
impl StructuralPartialEq for UpdateGroupCallMessage
Auto Trait Implementations§
impl Freeze for UpdateGroupCallMessage
impl RefUnwindSafe for UpdateGroupCallMessage
impl Send for UpdateGroupCallMessage
impl Sync for UpdateGroupCallMessage
impl Unpin for UpdateGroupCallMessage
impl UnsafeUnpin for UpdateGroupCallMessage
impl UnwindSafe for UpdateGroupCallMessage
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