pub struct AOCUpdateArmorGroups {
pub ratings: Vec<(String, s16)>,
}
Fields§
§ratings: Vec<(String, s16)>
Trait Implementations§
Source§impl Clone for AOCUpdateArmorGroups
impl Clone for AOCUpdateArmorGroups
Source§fn clone(&self) -> AOCUpdateArmorGroups
fn clone(&self) -> AOCUpdateArmorGroups
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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
Source§type Output = AOCUpdateArmorGroups
type Output = AOCUpdateArmorGroups
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl PartialEq for AOCUpdateArmorGroups
impl PartialEq for AOCUpdateArmorGroups
Source§impl Serialize for AOCUpdateArmorGroups
impl Serialize for AOCUpdateArmorGroups
type Input = AOCUpdateArmorGroups
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for AOCUpdateArmorGroups
Auto Trait Implementations§
impl Freeze for AOCUpdateArmorGroups
impl RefUnwindSafe for AOCUpdateArmorGroups
impl Send for AOCUpdateArmorGroups
impl Sync for AOCUpdateArmorGroups
impl Unpin for AOCUpdateArmorGroups
impl UnwindSafe for AOCUpdateArmorGroups
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more