Enum srt_protocol::packet::GroupType
source · pub enum GroupType {
Undefined,
Broadcast,
MainBackup,
Balancing,
Multicast,
Unrecognized(u8),
}
Variants§
Trait Implementations§
source§impl PartialEq<GroupType> for GroupType
impl PartialEq<GroupType> for GroupType
impl Copy for GroupType
impl Eq for GroupType
impl StructuralEq for GroupType
impl StructuralPartialEq for GroupType
Auto Trait Implementations§
impl RefUnwindSafe for GroupType
impl Send for GroupType
impl Sync for GroupType
impl Unpin for GroupType
impl UnwindSafe for GroupType
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.