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