Enum rlbot::QuickChatPreset[][src]

#[repr(i32)]
pub enum QuickChatPreset { Information_IGotIt, Information_NeedBoost, Information_TakeTheShot, Information_Defending, Information_GoForIt, Information_Centering, Information_AllYours, Information_InPosition, Information_Incoming, Compliments_NiceShot, Compliments_GreatPass, Compliments_Thanks, Compliments_WhatASave, Compliments_NiceOne, Compliments_WhatAPlay, Compliments_GreatClear, Compliments_NiceBlock, Reactions_OMG, Reactions_Noooo, Reactions_Wow, Reactions_CloseOne, Reactions_NoWay, Reactions_HolyCow, Reactions_Whew, Reactions_Siiiick, Reactions_Calculated, Reactions_Savage, Reactions_Okay, Apologies_Cursing, Apologies_NoProblem, Apologies_Whoops, Apologies_Sorry, Apologies_MyBad, Apologies_Oops, Apologies_MyFault, PostGame_Gg, PostGame_WellPlayed, PostGame_ThatWasFun, PostGame_Rematch, PostGame_OneMoreGame, PostGame_WhatAGame, PostGame_NiceMoves, PostGame_EverybodyDance, MaxQuickChatPresets, }

Variants

Trait Implementations

impl Debug for QuickChatPreset
[src]

Formats the value using the given formatter. Read more

impl Copy for QuickChatPreset
[src]

impl Clone for QuickChatPreset
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for QuickChatPreset
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for QuickChatPreset
[src]

impl Hash for QuickChatPreset
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations