Enum tf_demo_parser::demo::parser::gamestateanalyser::Class [−][src]
#[repr(u8)]
pub enum Class {
Other,
Scout,
Sniper,
Soldier,
Demoman,
Medic,
Heavy,
Pyro,
Spy,
Engineer,
}Variants
Implementations
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
type Error = TryFromPrimitiveError<Self>
type Error = TryFromPrimitiveError<Self>The type returned in the event of a conversion error.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Classimpl UnwindSafe for ClassBlanket Implementations
Mutably borrows from an owned value. Read more
type Err = Infallible