pub enum MsgType {
Show 15 variants
Comment,
GiftSend,
GiftTop,
Welcome,
LiveStart,
LiveEnd,
Unknown,
WelcomeGuard,
GuardBuy,
SuperChat,
Interact,
Warning,
WatchedChange,
OpConnectionEnd,
Other(i32),
}Variants§
Comment
GiftSend
GiftTop
Welcome
LiveStart
LiveEnd
Unknown
WelcomeGuard
GuardBuy
SuperChat
Interact
Warning
WatchedChange
OpConnectionEnd
Other(i32)
Implementations§
Trait Implementations§
impl Copy for MsgType
impl Eq for MsgType
impl StructuralPartialEq for MsgType
Auto Trait Implementations§
impl Freeze for MsgType
impl RefUnwindSafe for MsgType
impl Send for MsgType
impl Sync for MsgType
impl Unpin for MsgType
impl UnsafeUnpin for MsgType
impl UnwindSafe for MsgType
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