#[repr(i32)]pub enum EChatEntryType {
Show 15 variants
Invalid = 0,
ChatMsg = 1,
Typing = 2,
InviteGame = 3,
Emote = 4,
LobbyGameStart = 5,
LeftConversation = 6,
Entered = 7,
WasKicked = 8,
WasBanned = 9,
Disconnected = 10,
HistoricalChat = 11,
Reserved1 = 12,
Reserved2 = 13,
LinkBlocked = 14,
}Variants§
Invalid = 0
ChatMsg = 1
Typing = 2
InviteGame = 3
Emote = 4
LobbyGameStart = 5
LeftConversation = 6
Entered = 7
WasKicked = 8
WasBanned = 9
Disconnected = 10
HistoricalChat = 11
Reserved1 = 12
Reserved2 = 13
LinkBlocked = 14
Implementations§
Trait Implementations§
Source§impl Clone for EChatEntryType
impl Clone for EChatEntryType
Source§fn clone(&self) -> EChatEntryType
fn clone(&self) -> EChatEntryType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EChatEntryType
impl Debug for EChatEntryType
Source§impl Hash for EChatEntryType
impl Hash for EChatEntryType
Source§impl PartialEq for EChatEntryType
impl PartialEq for EChatEntryType
impl Copy for EChatEntryType
impl Eq for EChatEntryType
impl StructuralPartialEq for EChatEntryType
Auto Trait Implementations§
impl Freeze for EChatEntryType
impl RefUnwindSafe for EChatEntryType
impl Send for EChatEntryType
impl Sync for EChatEntryType
impl Unpin for EChatEntryType
impl UnsafeUnpin for EChatEntryType
impl UnwindSafe for EChatEntryType
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