pub struct ChatEventVideoChatParticipantIsMutedToggled { /* private fields */ }
Expand description
A video chat participant was muted or unmuted
Implementations§
Trait Implementations§
Source§impl AsRef<ChatEventVideoChatParticipantIsMutedToggled> for ChatEventVideoChatParticipantIsMutedToggled
impl AsRef<ChatEventVideoChatParticipantIsMutedToggled> for ChatEventVideoChatParticipantIsMutedToggled
Source§fn as_ref(&self) -> &ChatEventVideoChatParticipantIsMutedToggled
fn as_ref(&self) -> &ChatEventVideoChatParticipantIsMutedToggled
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ChatEventVideoChatParticipantIsMutedToggled
impl Clone for ChatEventVideoChatParticipantIsMutedToggled
Source§fn clone(&self) -> ChatEventVideoChatParticipantIsMutedToggled
fn clone(&self) -> ChatEventVideoChatParticipantIsMutedToggled
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for ChatEventVideoChatParticipantIsMutedToggled
impl Default for ChatEventVideoChatParticipantIsMutedToggled
Source§fn default() -> ChatEventVideoChatParticipantIsMutedToggled
fn default() -> ChatEventVideoChatParticipantIsMutedToggled
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChatEventVideoChatParticipantIsMutedToggled
impl<'de> Deserialize<'de> for ChatEventVideoChatParticipantIsMutedToggled
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl TDChatEventAction for ChatEventVideoChatParticipantIsMutedToggled
Auto Trait Implementations§
impl Freeze for ChatEventVideoChatParticipantIsMutedToggled
impl RefUnwindSafe for ChatEventVideoChatParticipantIsMutedToggled
impl Send for ChatEventVideoChatParticipantIsMutedToggled
impl Sync for ChatEventVideoChatParticipantIsMutedToggled
impl Unpin for ChatEventVideoChatParticipantIsMutedToggled
impl UnwindSafe for ChatEventVideoChatParticipantIsMutedToggled
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