Enum tf_demo_parser::demo::parser::gamestateanalyser::Team [−][src]
#[repr(u8)]
pub enum Team {
Other,
Spectator,
Red,
Blue,
}Variants
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, 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 Teamimpl UnwindSafe for TeamBlanket Implementations
Mutably borrows from an owned value. Read more
type Err = Infallible