pub enum ReceiverStatsKind {
Audio {},
Video {},
}Expand description
Statistics related to a specific RTCRtpReceiver and the corresponding media-level metrics.
RtcStatsType::Receiver variant.
Variants§
Trait Implementations§
Source§impl Clone for ReceiverStatsKind
impl Clone for ReceiverStatsKind
Source§fn clone(&self) -> ReceiverStatsKind
fn clone(&self) -> ReceiverStatsKind
Returns a copy 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 ReceiverStatsKind
impl Debug for ReceiverStatsKind
Source§impl<'de> Deserialize<'de> for ReceiverStatsKind
impl<'de> Deserialize<'de> for ReceiverStatsKind
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 Hash for ReceiverStatsKind
impl Hash for ReceiverStatsKind
Source§impl PartialEq for ReceiverStatsKind
impl PartialEq for ReceiverStatsKind
Source§impl Serialize for ReceiverStatsKind
impl Serialize for ReceiverStatsKind
impl Copy for ReceiverStatsKind
impl Eq for ReceiverStatsKind
impl StructuralPartialEq for ReceiverStatsKind
Auto Trait Implementations§
impl Freeze for ReceiverStatsKind
impl RefUnwindSafe for ReceiverStatsKind
impl Send for ReceiverStatsKind
impl Sync for ReceiverStatsKind
impl Unpin for ReceiverStatsKind
impl UnwindSafe for ReceiverStatsKind
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