pub enum RTCStatsType {
Show 14 variants
CODEC,
INBOUND_RTP,
OUTBOUND_RTP,
REMOTE_INBOUND_RTP,
REMOTE_OUTBOUND_RTP,
MEDIA_SOURCE,
MEDIA_PLAYOUT,
PEER_CONNECTION,
DATA_CHANNEL,
TRANSPORT,
CANDIDATE_PAIR,
LOCAL_CANDIDATE,
REMOTE_CANDIDATE,
CERTIFICATE,
}Variants§
CODEC
INBOUND_RTP
OUTBOUND_RTP
REMOTE_INBOUND_RTP
REMOTE_OUTBOUND_RTP
MEDIA_SOURCE
MEDIA_PLAYOUT
PEER_CONNECTION
DATA_CHANNEL
TRANSPORT
CANDIDATE_PAIR
LOCAL_CANDIDATE
REMOTE_CANDIDATE
CERTIFICATE
Trait Implementations§
Source§impl Clone for RTCStatsType
impl Clone for RTCStatsType
Source§fn clone(&self) -> RTCStatsType
fn clone(&self) -> RTCStatsType
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 Debug for RTCStatsType
impl Debug for RTCStatsType
Source§impl From<&RTCStatsType> for Any
impl From<&RTCStatsType> for Any
Source§fn from(s: &RTCStatsType) -> Any
fn from(s: &RTCStatsType) -> Any
Converts to this type from the input type.
Source§impl From<RTCStatsType> for Any
impl From<RTCStatsType> for Any
Source§fn from(s: RTCStatsType) -> Any
fn from(s: RTCStatsType) -> Any
Converts to this type from the input type.
Source§impl FromVal for RTCStatsType
impl FromVal for RTCStatsType
Source§impl PartialEq for RTCStatsType
impl PartialEq for RTCStatsType
Source§impl PartialOrd for RTCStatsType
impl PartialOrd for RTCStatsType
impl Copy for RTCStatsType
impl StructuralPartialEq for RTCStatsType
Auto Trait Implementations§
impl Freeze for RTCStatsType
impl RefUnwindSafe for RTCStatsType
impl Send for RTCStatsType
impl Sync for RTCStatsType
impl Unpin for RTCStatsType
impl UnwindSafe for RTCStatsType
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