Struct minetest_protocol::wire::command::TCModchannelMsgSpec
source · pub struct TCModchannelMsgSpec {
pub channel_name: String,
pub sender: String,
pub channel_msg: String,
}Fields§
§channel_name: String§sender: String§channel_msg: StringTrait Implementations§
source§impl Clone for TCModchannelMsgSpec
impl Clone for TCModchannelMsgSpec
source§fn clone(&self) -> TCModchannelMsgSpec
fn clone(&self) -> TCModchannelMsgSpec
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 moresource§impl Debug for TCModchannelMsgSpec
impl Debug for TCModchannelMsgSpec
source§impl Deserialize for TCModchannelMsgSpec
impl Deserialize for TCModchannelMsgSpec
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
source§impl From<TCModchannelMsgSpec> for ToClientCommand
impl From<TCModchannelMsgSpec> for ToClientCommand
source§fn from(value: TCModchannelMsgSpec) -> Self
fn from(value: TCModchannelMsgSpec) -> Self
Converts to this type from the input type.
source§impl PartialEq<TCModchannelMsgSpec> for TCModchannelMsgSpec
impl PartialEq<TCModchannelMsgSpec> for TCModchannelMsgSpec
source§fn eq(&self, other: &TCModchannelMsgSpec) -> bool
fn eq(&self, other: &TCModchannelMsgSpec) -> bool
This method tests for
self and other values to be equal, and is used
by ==.