pub struct DeleteParticlespawnerSpec {
pub server_id: u32,
}
Fields§
§server_id: u32
Trait Implementations§
Source§impl Clone for DeleteParticlespawnerSpec
impl Clone for DeleteParticlespawnerSpec
Source§fn clone(&self) -> DeleteParticlespawnerSpec
fn clone(&self) -> DeleteParticlespawnerSpec
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 DeleteParticlespawnerSpec
impl Debug for DeleteParticlespawnerSpec
Source§impl Deserialize for DeleteParticlespawnerSpec
impl Deserialize for DeleteParticlespawnerSpec
Source§type Output = DeleteParticlespawnerSpec
type Output = DeleteParticlespawnerSpec
Output should be Self, except for wrapper types.
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 for DeleteParticlespawnerSpec
impl PartialEq for DeleteParticlespawnerSpec
Source§fn eq(&self, other: &DeleteParticlespawnerSpec) -> bool
fn eq(&self, other: &DeleteParticlespawnerSpec) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for DeleteParticlespawnerSpec
impl Serialize for DeleteParticlespawnerSpec
type Input = DeleteParticlespawnerSpec
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for DeleteParticlespawnerSpec
Auto Trait Implementations§
impl Freeze for DeleteParticlespawnerSpec
impl RefUnwindSafe for DeleteParticlespawnerSpec
impl Send for DeleteParticlespawnerSpec
impl Sync for DeleteParticlespawnerSpec
impl Unpin for DeleteParticlespawnerSpec
impl UnwindSafe for DeleteParticlespawnerSpec
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