pub enum ClusterRemoteTrackOutgoingEvent {
TrackAdded(ClusterTrackName, ClusterTrackMeta),
TrackMedia(MediaPacket),
TrackStats(ClusterTrackStats),
TrackRemoved(ClusterTrackName),
}
Variants§
TrackAdded(ClusterTrackName, ClusterTrackMeta)
TrackMedia(MediaPacket)
TrackStats(ClusterTrackStats)
TrackRemoved(ClusterTrackName)
Trait Implementations§
Source§impl PartialEq for ClusterRemoteTrackOutgoingEvent
impl PartialEq for ClusterRemoteTrackOutgoingEvent
Source§fn eq(&self, other: &ClusterRemoteTrackOutgoingEvent) -> bool
fn eq(&self, other: &ClusterRemoteTrackOutgoingEvent) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for ClusterRemoteTrackOutgoingEvent
impl StructuralPartialEq for ClusterRemoteTrackOutgoingEvent
Auto Trait Implementations§
impl Freeze for ClusterRemoteTrackOutgoingEvent
impl RefUnwindSafe for ClusterRemoteTrackOutgoingEvent
impl Send for ClusterRemoteTrackOutgoingEvent
impl Sync for ClusterRemoteTrackOutgoingEvent
impl Unpin for ClusterRemoteTrackOutgoingEvent
impl UnwindSafe for ClusterRemoteTrackOutgoingEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.