pub struct UpdateDeleteGroupCallMessages {
pub call: InputGroupCall,
pub messages: Vec<i32>,
}Expand description
Generated from:
updateDeleteGroupCallMessages#3e85e92c call:InputGroupCall messages:Vector<int> = UpdateFields§
§call: InputGroupCall§messages: Vec<i32>Trait Implementations§
Source§impl Clone for UpdateDeleteGroupCallMessages
impl Clone for UpdateDeleteGroupCallMessages
Source§fn clone(&self) -> UpdateDeleteGroupCallMessages
fn clone(&self) -> UpdateDeleteGroupCallMessages
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 Deserializable for UpdateDeleteGroupCallMessages
impl Deserializable for UpdateDeleteGroupCallMessages
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<UpdateDeleteGroupCallMessages> for Update
impl From<UpdateDeleteGroupCallMessages> for Update
Source§fn from(x: UpdateDeleteGroupCallMessages) -> Self
fn from(x: UpdateDeleteGroupCallMessages) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateDeleteGroupCallMessages
impl Identifiable for UpdateDeleteGroupCallMessages
Source§const CONSTRUCTOR_ID: u32 = 0x3e85e92c
const CONSTRUCTOR_ID: u32 = 0x3e85e92c
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateDeleteGroupCallMessages
impl PartialEq for UpdateDeleteGroupCallMessages
Source§fn eq(&self, other: &UpdateDeleteGroupCallMessages) -> bool
fn eq(&self, other: &UpdateDeleteGroupCallMessages) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateDeleteGroupCallMessages
Auto Trait Implementations§
impl Freeze for UpdateDeleteGroupCallMessages
impl RefUnwindSafe for UpdateDeleteGroupCallMessages
impl Send for UpdateDeleteGroupCallMessages
impl Sync for UpdateDeleteGroupCallMessages
impl Unpin for UpdateDeleteGroupCallMessages
impl UnsafeUnpin for UpdateDeleteGroupCallMessages
impl UnwindSafe for UpdateDeleteGroupCallMessages
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