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