pub struct DataChannelStats {
pub rtc: RtcStats,
pub dc: DataChannelStats,
}Fields§
§rtc: RtcStats§dc: DataChannelStatsTrait Implementations§
Source§impl Clone for DataChannelStats
impl Clone for DataChannelStats
Source§fn clone(&self) -> DataChannelStats
fn clone(&self) -> DataChannelStats
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 DataChannelStats
impl Debug for DataChannelStats
Source§impl Default for DataChannelStats
impl Default for DataChannelStats
Source§fn default() -> DataChannelStats
fn default() -> DataChannelStats
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DataChannelStats
impl<'de> Deserialize<'de> for DataChannelStats
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<DataChannelStats, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<DataChannelStats, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DataChannelStats
impl RefUnwindSafe for DataChannelStats
impl Send for DataChannelStats
impl Sync for DataChannelStats
impl Unpin for DataChannelStats
impl UnsafeUnpin for DataChannelStats
impl UnwindSafe for DataChannelStats
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