Struct tf_demo_parser::demo::parser::handler::DemoHandler [−][src]
pub struct DemoHandler<'a, T: MessageHandler> { pub tick: u32, pub string_table_names: Vec<Cow<'a, str>>, pub state_handler: ParserState, // some fields omitted }
Fields
tick: u32
string_table_names: Vec<Cow<'a, str>>
state_handler: ParserState
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, T> !RefUnwindSafe for DemoHandler<'a, T>
impl<'a, T> !Send for DemoHandler<'a, T>
impl<'a, T> !Sync for DemoHandler<'a, T>
impl<'a, T> Unpin for DemoHandler<'a, T> where
T: Unpin,
impl<'a, T> UnwindSafe for DemoHandler<'a, T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more