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