[][src]Struct skyway_webrtc_gateway_api::prelude::SocketInfo

pub struct SocketInfo<T: SerializableId> { /* fields omitted */ }

There are several field which has some kind of id and SocketAddr.

This struct covers all of them.

Trait Implementations

impl<T: Clone + SerializableId> Clone for SocketInfo<T>[src]

impl<T: Debug + SerializableId> Debug for SocketInfo<T>[src]

impl<'de, X: SerializableId> Deserialize<'de> for SocketInfo<X>[src]

impl<T: PartialEq + SerializableId> PartialEq<SocketInfo<T>> for SocketInfo<T>[src]

impl<T: SerializableId> SerializableSocket<T> for SocketInfo<T>[src]

impl<T: SerializableId> Serialize for SocketInfo<T>[src]

impl<T: SerializableId> StructuralPartialEq for SocketInfo<T>[src]

Auto Trait Implementations

impl<T> RefUnwindSafe for SocketInfo<T> where
    T: RefUnwindSafe

impl<T> Send for SocketInfo<T> where
    T: Send

impl<T> Sync for SocketInfo<T> where
    T: Sync

impl<T> Unpin for SocketInfo<T> where
    T: Unpin

impl<T> UnwindSafe for SocketInfo<T> where
    T: UnwindSafe

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<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.