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