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