pub struct UserWeaponExp {
pub id: ItemId,
pub name: String,
pub exp: i32,
}Fields§
§id: ItemId§name: String§exp: i32Trait Implementations§
Source§impl Clone for UserWeaponExp
impl Clone for UserWeaponExp
Source§fn clone(&self) -> UserWeaponExp
fn clone(&self) -> UserWeaponExp
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 UserWeaponExp
impl Debug for UserWeaponExp
Source§impl<'de> Deserialize<'de> for UserWeaponExp
impl<'de> Deserialize<'de> for UserWeaponExp
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 UserWeaponExp
impl PartialEq for UserWeaponExp
impl StructuralPartialEq for UserWeaponExp
Auto Trait Implementations§
impl Freeze for UserWeaponExp
impl RefUnwindSafe for UserWeaponExp
impl Send for UserWeaponExp
impl Sync for UserWeaponExp
impl Unpin for UserWeaponExp
impl UnwindSafe for UserWeaponExp
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