Struct tf_demo_parser::demo::message::usermessage::TextMessage [−][src]
pub struct TextMessage {
pub location: HudTextLocation,
pub text: String,
pub substitute: Vec<String>,
}Fields
location: HudTextLocationtext: Stringsubstitute: Vec<String>Trait Implementations
Read the type from stream
The number of bits that will be read or None if the number of bits will change depending on the bit stream Read more
Auto Trait Implementations
impl RefUnwindSafe for TextMessageimpl Send for TextMessageimpl Sync for TextMessageimpl Unpin for TextMessageimpl UnwindSafe for TextMessageBlanket Implementations
Mutably borrows from an owned value. Read more
type Err = Infallible