pub struct UserBattleStatDetail {
    pub value: i64,
    pub modifier: i32,
    pub modifiers: Vec<UserBattleStatModifierDetail>,
}Fields§
§value: i64§modifier: i32§modifiers: Vec<UserBattleStatModifierDetail>Trait Implementations§
Source§impl Clone for UserBattleStatDetail
 
impl Clone for UserBattleStatDetail
Source§fn clone(&self) -> UserBattleStatDetail
 
fn clone(&self) -> UserBattleStatDetail
Returns a duplicate 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 UserBattleStatDetail
 
impl Debug for UserBattleStatDetail
Source§impl<'de> Deserialize<'de> for UserBattleStatDetail
 
impl<'de> Deserialize<'de> for UserBattleStatDetail
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UserBattleStatDetail
 
impl PartialEq for UserBattleStatDetail
impl StructuralPartialEq for UserBattleStatDetail
Auto Trait Implementations§
impl Freeze for UserBattleStatDetail
impl RefUnwindSafe for UserBattleStatDetail
impl Send for UserBattleStatDetail
impl Sync for UserBattleStatDetail
impl Unpin for UserBattleStatDetail
impl UnwindSafe for UserBattleStatDetail
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