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