[][src]Struct skyway_webrtc_gateway_api::prelude::RtcpId

pub struct RtcpId(pub String);

Identifier for source socket of rtcp

Methods

impl RtcpId[src]

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

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

Trait Implementations

impl Clone for RtcpId[src]

impl Debug for RtcpId[src]

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

impl Eq for RtcpId[src]

impl Hash for RtcpId[src]

impl Ord for RtcpId[src]

impl PartialEq<RtcpId> for RtcpId[src]

impl PartialOrd<RtcpId> for RtcpId[src]

impl Serialize for RtcpId[src]

impl StructuralEq for RtcpId[src]

impl StructuralPartialEq for RtcpId[src]

Auto Trait Implementations

impl RefUnwindSafe for RtcpId

impl Send for RtcpId

impl Sync for RtcpId

impl Unpin for RtcpId

impl UnwindSafe for RtcpId

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.