Struct minetest_protocol::wire::command::RespawnSpec   
source · pub struct RespawnSpec;Trait Implementations§
source§impl Clone for RespawnSpec
 
impl Clone for RespawnSpec
source§fn clone(&self) -> RespawnSpec
 
fn clone(&self) -> RespawnSpec
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 RespawnSpec
 
impl Debug for RespawnSpec
source§impl Default for RespawnSpec
 
impl Default for RespawnSpec
source§fn default() -> RespawnSpec
 
fn default() -> RespawnSpec
Returns the “default value” for a type. Read more
source§impl Deserialize for RespawnSpec
 
impl Deserialize for RespawnSpec
fn deserialize(_deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
source§impl From<RespawnSpec> for ToServerCommand
 
impl From<RespawnSpec> for ToServerCommand
source§fn from(value: RespawnSpec) -> Self
 
fn from(value: RespawnSpec) -> Self
Converts to this type from the input type.
source§impl PartialEq<RespawnSpec> for RespawnSpec
 
impl PartialEq<RespawnSpec> for RespawnSpec
source§fn eq(&self, other: &RespawnSpec) -> bool
 
fn eq(&self, other: &RespawnSpec) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.