Enum minecraft_data::chat_type
source · #[repr(u16)]pub enum chat_type {
chat = 0,
emote_command = 1,
msg_command_incoming = 2,
msg_command_outgoing = 3,
say_command = 4,
team_msg_command_incoming = 5,
team_msg_command_outgoing = 6,
}Variants§
chat = 0
emote_command = 1
msg_command_incoming = 2
msg_command_outgoing = 3
say_command = 4
team_msg_command_incoming = 5
team_msg_command_outgoing = 6
Implementations§
Trait Implementations§
source§impl PartialEq for chat_type
impl PartialEq for chat_type
impl Copy for chat_type
impl Eq for chat_type
impl StructuralEq for chat_type
impl StructuralPartialEq for chat_type
Auto Trait Implementations§
impl RefUnwindSafe for chat_type
impl Send for chat_type
impl Sync for chat_type
impl Unpin for chat_type
impl UnwindSafe for chat_type
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