Struct source_demo_tool::demo_file::packet::netmessage::StringCmdData
source · pub struct StringCmdData {
pub command: Option<String>,
}
Fields§
§command: Option<String>
Implementations§
source§impl StringCmdData
impl StringCmdData
Trait Implementations§
source§impl Clone for StringCmdData
impl Clone for StringCmdData
source§fn clone(&self) -> StringCmdData
fn clone(&self) -> StringCmdData
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