[−][src]Enum skyway_webrtc_gateway_api::data::DataConnectionEventEnum
Shows DataConnection events.
It's response from GET /data/connections/{data_connection_id}/events
Variants
OPEN(DataConnectionId)
CLOSE(DataConnectionId)
ERROR((DataConnectionId, String))
Trait Implementations
impl Debug for DataConnectionEventEnum
[src]
impl PartialEq<DataConnectionEventEnum> for DataConnectionEventEnum
[src]
fn eq(&self, other: &DataConnectionEventEnum) -> bool
[src]
fn ne(&self, other: &DataConnectionEventEnum) -> bool
[src]
impl PartialOrd<DataConnectionEventEnum> for DataConnectionEventEnum
[src]
fn partial_cmp(&self, other: &DataConnectionEventEnum) -> Option<Ordering>
[src]
fn lt(&self, other: &DataConnectionEventEnum) -> bool
[src]
fn le(&self, other: &DataConnectionEventEnum) -> bool
[src]
fn gt(&self, other: &DataConnectionEventEnum) -> bool
[src]
fn ge(&self, other: &DataConnectionEventEnum) -> bool
[src]
impl StructuralPartialEq for DataConnectionEventEnum
[src]
Auto Trait Implementations
impl RefUnwindSafe for DataConnectionEventEnum
impl Send for DataConnectionEventEnum
impl Sync for DataConnectionEventEnum
impl Unpin for DataConnectionEventEnum
impl UnwindSafe for DataConnectionEventEnum
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,