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