pub struct ChannelAdminLogEventActionParticipantMute {
pub participant: GroupCallParticipant,
}Expand description
channelAdminLogEventActionParticipantMute
Generated from:
channelAdminLogEventActionParticipantMute#f92424d2 participant:GroupCallParticipant = ChannelAdminLogEventActionFields§
§participant: GroupCallParticipantTrait Implementations§
Source§impl Clone for ChannelAdminLogEventActionParticipantMute
impl Clone for ChannelAdminLogEventActionParticipantMute
Source§fn clone(&self) -> ChannelAdminLogEventActionParticipantMute
fn clone(&self) -> ChannelAdminLogEventActionParticipantMute
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 ChannelAdminLogEventActionParticipantMute
impl Deserializable for ChannelAdminLogEventActionParticipantMute
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<ChannelAdminLogEventActionParticipantMute> for ChannelAdminLogEventAction
impl From<ChannelAdminLogEventActionParticipantMute> for ChannelAdminLogEventAction
Source§fn from(x: ChannelAdminLogEventActionParticipantMute) -> Self
fn from(x: ChannelAdminLogEventActionParticipantMute) -> Self
Converts to this type from the input type.
Source§impl Identifiable for ChannelAdminLogEventActionParticipantMute
impl Identifiable for ChannelAdminLogEventActionParticipantMute
Source§const CONSTRUCTOR_ID: u32 = 0xf92424d2
const CONSTRUCTOR_ID: u32 = 0xf92424d2
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ChannelAdminLogEventActionParticipantMute
impl PartialEq for ChannelAdminLogEventActionParticipantMute
Source§fn eq(&self, other: &ChannelAdminLogEventActionParticipantMute) -> bool
fn eq(&self, other: &ChannelAdminLogEventActionParticipantMute) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<ChannelAdminLogEventAction> for ChannelAdminLogEventActionParticipantMute
impl TryFrom<ChannelAdminLogEventAction> for ChannelAdminLogEventActionParticipantMute
Source§type Error = ChannelAdminLogEventAction
type Error = ChannelAdminLogEventAction
The type returned in the event of a conversion error.
impl StructuralPartialEq for ChannelAdminLogEventActionParticipantMute
Auto Trait Implementations§
impl Freeze for ChannelAdminLogEventActionParticipantMute
impl RefUnwindSafe for ChannelAdminLogEventActionParticipantMute
impl Send for ChannelAdminLogEventActionParticipantMute
impl Sync for ChannelAdminLogEventActionParticipantMute
impl Unpin for ChannelAdminLogEventActionParticipantMute
impl UnsafeUnpin for ChannelAdminLogEventActionParticipantMute
impl UnwindSafe for ChannelAdminLogEventActionParticipantMute
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