pub struct UpgradeTypes {
pub gameplay_kill_xp_amount: Box<ConclaveModesPvpmodeAll>,
pub gameplay_pickup_amount: Box<ConclaveModesPvpmodeAll>,
pub gameplay_money_reward_amount: Box<ConclaveModesPvpmodeAll>,
pub gameplay_money_pickup_amount: Box<ConclaveModesPvpmodeAll>,
}Expand description
UpgradeTypes :
Fields§
§gameplay_kill_xp_amount: Box<ConclaveModesPvpmodeAll>§gameplay_pickup_amount: Box<ConclaveModesPvpmodeAll>§gameplay_money_reward_amount: Box<ConclaveModesPvpmodeAll>§gameplay_money_pickup_amount: Box<ConclaveModesPvpmodeAll>Implementations§
Source§impl UpgradeTypes
impl UpgradeTypes
Sourcepub fn new(
gameplay_kill_xp_amount: ConclaveModesPvpmodeAll,
gameplay_pickup_amount: ConclaveModesPvpmodeAll,
gameplay_money_reward_amount: ConclaveModesPvpmodeAll,
gameplay_money_pickup_amount: ConclaveModesPvpmodeAll,
) -> UpgradeTypes
pub fn new( gameplay_kill_xp_amount: ConclaveModesPvpmodeAll, gameplay_pickup_amount: ConclaveModesPvpmodeAll, gameplay_money_reward_amount: ConclaveModesPvpmodeAll, gameplay_money_pickup_amount: ConclaveModesPvpmodeAll, ) -> UpgradeTypes
Trait Implementations§
Source§impl Clone for UpgradeTypes
impl Clone for UpgradeTypes
Source§fn clone(&self) -> UpgradeTypes
fn clone(&self) -> UpgradeTypes
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 UpgradeTypes
impl Debug for UpgradeTypes
Source§impl Default for UpgradeTypes
impl Default for UpgradeTypes
Source§fn default() -> UpgradeTypes
fn default() -> UpgradeTypes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpgradeTypes
impl<'de> Deserialize<'de> for UpgradeTypes
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 UpgradeTypes
impl PartialEq for UpgradeTypes
Source§impl Serialize for UpgradeTypes
impl Serialize for UpgradeTypes
impl StructuralPartialEq for UpgradeTypes
Auto Trait Implementations§
impl Freeze for UpgradeTypes
impl RefUnwindSafe for UpgradeTypes
impl Send for UpgradeTypes
impl Sync for UpgradeTypes
impl Unpin for UpgradeTypes
impl UnwindSafe for UpgradeTypes
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