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