pub struct AddParticlespawnerSpec {
pub legacy: AddParticleSpawnerLegacy,
}
Fields§
§legacy: AddParticleSpawnerLegacy
Trait Implementations§
Source§impl Clone for AddParticlespawnerSpec
impl Clone for AddParticlespawnerSpec
Source§fn clone(&self) -> AddParticlespawnerSpec
fn clone(&self) -> AddParticlespawnerSpec
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AddParticlespawnerSpec
impl Debug for AddParticlespawnerSpec
Source§impl Deserialize for AddParticlespawnerSpec
impl Deserialize for AddParticlespawnerSpec
Source§type Output = AddParticlespawnerSpec
type Output = AddParticlespawnerSpec
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl From<AddParticlespawnerSpec> for ToClientCommand
impl From<AddParticlespawnerSpec> for ToClientCommand
Source§fn from(value: AddParticlespawnerSpec) -> Self
fn from(value: AddParticlespawnerSpec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AddParticlespawnerSpec
impl PartialEq for AddParticlespawnerSpec
Source§fn eq(&self, other: &AddParticlespawnerSpec) -> bool
fn eq(&self, other: &AddParticlespawnerSpec) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for AddParticlespawnerSpec
impl Serialize for AddParticlespawnerSpec
type Input = AddParticlespawnerSpec
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for AddParticlespawnerSpec
Auto Trait Implementations§
impl Freeze for AddParticlespawnerSpec
impl RefUnwindSafe for AddParticlespawnerSpec
impl Send for AddParticlespawnerSpec
impl Sync for AddParticlespawnerSpec
impl Unpin for AddParticlespawnerSpec
impl UnwindSafe for AddParticlespawnerSpec
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more