[][src]Struct skyway_webrtc_gateway_api::prelude::DataId

pub struct DataId(pub String);

Identifier for source socket of data

Methods

impl DataId[src]

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

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

Trait Implementations

impl Clone for DataId[src]

impl Debug for DataId[src]

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

impl Eq for DataId[src]

impl Hash for DataId[src]

impl Ord for DataId[src]

impl PartialEq<DataId> for DataId[src]

impl PartialOrd<DataId> for DataId[src]

impl Serialize for DataId[src]

impl StructuralEq for DataId[src]

impl StructuralPartialEq for DataId[src]

Auto Trait Implementations

impl RefUnwindSafe for DataId

impl Send for DataId

impl Sync for DataId

impl Unpin for DataId

impl UnwindSafe for DataId

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.