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