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