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