Struct minetest_protocol::wire::packet::OriginalBody
source · pub struct OriginalBody {
pub command: Command,
}
Fields§
§command: Command
Trait Implementations§
source§impl Clone for OriginalBody
impl Clone for OriginalBody
source§fn clone(&self) -> OriginalBody
fn clone(&self) -> OriginalBody
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 OriginalBody
impl Debug for OriginalBody
source§impl Deserialize for OriginalBody
impl Deserialize for OriginalBody
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
source§impl PartialEq<OriginalBody> for OriginalBody
impl PartialEq<OriginalBody> for OriginalBody
source§fn eq(&self, other: &OriginalBody) -> bool
fn eq(&self, other: &OriginalBody) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.