Struct medea_client_api_proto::stats::StatId[][src]

pub struct StatId(pub String);

Unique ID that is associated with the object that was inspected to produce RtcStat object.

Two RtcStats objects, extracted from two different RTCStatsReport objects, MUST have the same ID if they were produced by inspecting the same underlying object.

Trait Implementations

impl Clone for StatId[src]

impl Debug for StatId[src]

impl<'de> Deserialize<'de> for StatId[src]

impl Display for StatId[src]

impl Eq for StatId[src]

impl<__FromT0> From<__FromT0> for StatId where
    String: From<__FromT0>, 
[src]

impl Hash for StatId[src]

impl PartialEq<StatId> for StatId[src]

impl Serialize for StatId[src]

impl StructuralEq for StatId[src]

impl StructuralPartialEq for StatId[src]

Auto Trait Implementations

impl RefUnwindSafe for StatId

impl Send for StatId

impl Sync for StatId

impl Unpin for StatId

impl UnwindSafe for StatId

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.