pub struct UpgradeWeaponEventResource {
pub name: Item,
pub name_localized: Option<String>,
pub count: u16,
}
Fields§
§name: Item
§name_localized: Option<String>
§count: u16
Trait Implementations§
Source§impl Clone for UpgradeWeaponEventResource
impl Clone for UpgradeWeaponEventResource
Source§fn clone(&self) -> UpgradeWeaponEventResource
fn clone(&self) -> UpgradeWeaponEventResource
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 UpgradeWeaponEventResource
impl Debug for UpgradeWeaponEventResource
Source§impl<'de> Deserialize<'de> for UpgradeWeaponEventResource
impl<'de> Deserialize<'de> for UpgradeWeaponEventResource
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 StructuralPartialEq for UpgradeWeaponEventResource
Auto Trait Implementations§
impl Freeze for UpgradeWeaponEventResource
impl RefUnwindSafe for UpgradeWeaponEventResource
impl Send for UpgradeWeaponEventResource
impl Sync for UpgradeWeaponEventResource
impl Unpin for UpgradeWeaponEventResource
impl UnwindSafe for UpgradeWeaponEventResource
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