pub enum DiagnosticsActiveSpeakerState {
Active,
Idle,
Blocked,
RecentlyExpired,
}Variants§
Trait Implementations§
Source§impl Clone for DiagnosticsActiveSpeakerState
impl Clone for DiagnosticsActiveSpeakerState
Source§fn clone(&self) -> DiagnosticsActiveSpeakerState
fn clone(&self) -> DiagnosticsActiveSpeakerState
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<'de> Deserialize<'de> for DiagnosticsActiveSpeakerState
impl<'de> Deserialize<'de> for DiagnosticsActiveSpeakerState
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
Source§impl PartialEq for DiagnosticsActiveSpeakerState
impl PartialEq for DiagnosticsActiveSpeakerState
Source§fn eq(&self, other: &DiagnosticsActiveSpeakerState) -> bool
fn eq(&self, other: &DiagnosticsActiveSpeakerState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DiagnosticsActiveSpeakerState
impl Eq for DiagnosticsActiveSpeakerState
impl StructuralPartialEq for DiagnosticsActiveSpeakerState
Auto Trait Implementations§
impl Freeze for DiagnosticsActiveSpeakerState
impl RefUnwindSafe for DiagnosticsActiveSpeakerState
impl Send for DiagnosticsActiveSpeakerState
impl Sync for DiagnosticsActiveSpeakerState
impl Unpin for DiagnosticsActiveSpeakerState
impl UnsafeUnpin for DiagnosticsActiveSpeakerState
impl UnwindSafe for DiagnosticsActiveSpeakerState
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