[][src]Struct skyway_webrtc_gateway_api::prelude::MediaId

pub struct MediaId(pub String);

Identifier for source socket of media

Methods

impl MediaId[src]

pub fn as_str(&self) -> &str[src]

pub fn new(media_id: impl Into<String>) -> Self[src]

Trait Implementations

impl Clone for MediaId[src]

impl Debug for MediaId[src]

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

impl Eq for MediaId[src]

impl Hash for MediaId[src]

impl Ord for MediaId[src]

impl PartialEq<MediaId> for MediaId[src]

impl PartialOrd<MediaId> for MediaId[src]

impl Serialize for MediaId[src]

impl StructuralEq for MediaId[src]

impl StructuralPartialEq for MediaId[src]

Auto Trait Implementations

impl RefUnwindSafe for MediaId

impl Send for MediaId

impl Sync for MediaId

impl Unpin for MediaId

impl UnwindSafe for MediaId

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: Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[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, 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.