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