pub struct StatEntry {
pub index: usize,
pub name: String,
pub base: i32,
pub bonus: i32,
pub total: i32,
}Fields§
§index: usize§name: String§base: i32§bonus: i32§total: i32Trait Implementations§
Source§impl<'de> Deserialize<'de> for StatEntry
impl<'de> Deserialize<'de> for StatEntry
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
impl Eq for StatEntry
impl StructuralPartialEq for StatEntry
Auto Trait Implementations§
impl Freeze for StatEntry
impl RefUnwindSafe for StatEntry
impl Send for StatEntry
impl Sync for StatEntry
impl Unpin for StatEntry
impl UnsafeUnpin for StatEntry
impl UnwindSafe for StatEntry
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