Struct source_demo_tool::demo_file::packet::usermessage::SayTextData
source · pub struct SayTextData {
pub text: Option<String>,
}
Fields§
§text: Option<String>
Implementations§
source§impl SayTextData
impl SayTextData
Trait Implementations§
source§impl Clone for SayTextData
impl Clone for SayTextData
source§fn clone(&self) -> SayTextData
fn clone(&self) -> SayTextData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more