Enum tf_demo_parser::demo::message::Message[][src]

pub enum Message<'a> {
Show 28 variants Empty, File(FileMessage), NetTick(NetTickMessage), StringCmd(StringCmdMessage), SetConVar(SetConVarMessage), SigOnState(SignOnStateMessage), Print(PrintMessage), ServerInfo(Box<ServerInfoMessage>), ClassInfo(ClassInfoMessage), SetPause(SetPauseMessage), CreateStringTable(CreateStringTableMessage<'a>), UpdateStringTable(UpdateStringTableMessage<'a>), VoiceInit(VoiceInitMessage), VoiceData(VoiceDataMessage<'a>), ParseSounds(ParseSoundsMessage<'a>), SetView(SetViewMessage), FixAngle(FixAngleMessage), BspDecal(BSPDecalMessage), UserMessage(UserMessage<'a>), EntityMessage(EntityMessage<'a>), GameEvent(GameEventMessage), PacketEntities(PacketEntitiesMessage), TempEntities(TempEntitiesMessage), PreFetch(PreFetchMessage), Menu(MenuMessage<'a>), GameEventList(GameEventListMessage), GetCvarValue(GetCvarValueMessage), CmdKeyValues(CmdKeyValuesMessage<'a>),
}

Variants

Empty
File

Tuple Fields of File

0: FileMessage
NetTick

Tuple Fields of NetTick

0: NetTickMessage
StringCmd

Tuple Fields of StringCmd

0: StringCmdMessage
SetConVar

Tuple Fields of SetConVar

0: SetConVarMessage
SigOnState

Tuple Fields of SigOnState

0: SignOnStateMessage
Print

Tuple Fields of Print

0: PrintMessage
ServerInfo

Tuple Fields of ServerInfo

0: Box<ServerInfoMessage>
ClassInfo

Tuple Fields of ClassInfo

0: ClassInfoMessage
SetPause

Tuple Fields of SetPause

0: SetPauseMessage
CreateStringTable

Tuple Fields of CreateStringTable

0: CreateStringTableMessage<'a>
UpdateStringTable

Tuple Fields of UpdateStringTable

0: UpdateStringTableMessage<'a>
VoiceInit

Tuple Fields of VoiceInit

0: VoiceInitMessage
VoiceData

Tuple Fields of VoiceData

0: VoiceDataMessage<'a>
ParseSounds

Tuple Fields of ParseSounds

0: ParseSoundsMessage<'a>
SetView

Tuple Fields of SetView

0: SetViewMessage
FixAngle

Tuple Fields of FixAngle

0: FixAngleMessage
BspDecal

Tuple Fields of BspDecal

0: BSPDecalMessage
UserMessage

Tuple Fields of UserMessage

0: UserMessage<'a>
EntityMessage

Tuple Fields of EntityMessage

0: EntityMessage<'a>
GameEvent

Tuple Fields of GameEvent

0: GameEventMessage
PacketEntities

Tuple Fields of PacketEntities

0: PacketEntitiesMessage
TempEntities

Tuple Fields of TempEntities

0: TempEntitiesMessage
PreFetch

Tuple Fields of PreFetch

0: PreFetchMessage
Menu

Tuple Fields of Menu

0: MenuMessage<'a>
GameEventList

Tuple Fields of GameEventList

0: GameEventListMessage
GetCvarValue

Tuple Fields of GetCvarValue

0: GetCvarValueMessage
CmdKeyValues

Tuple Fields of CmdKeyValues

0: CmdKeyValuesMessage<'a>

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

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

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.