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