Struct tf_demo_parser::demo::message::usermessage::SayText2Message [−][src]
pub struct SayText2Message {
pub client: u8,
pub raw: u8,
pub kind: ChatMessageKind,
pub from: Option<String>,
pub text: String,
}Fields
client: u8raw: u8kind: ChatMessageKindfrom: Option<String>text: StringTrait Implementations
Read the type from stream
Auto Trait Implementations
impl RefUnwindSafe for SayText2Messageimpl Send for SayText2Messageimpl Sync for SayText2Messageimpl Unpin for SayText2Messageimpl UnwindSafe for SayText2MessageBlanket Implementations
Mutably borrows from an owned value. Read more
type Err = Infallible