pub struct UpgradeCosts {
pub type: Option<String>,
pub essence_type: Option<String>,
pub item_id: Option<String>,
pub amount: Option<i32>,
}Fields§
§type: Option<String>§essence_type: Option<String>§item_id: Option<String>§amount: Option<i32>Trait Implementations§
Source§impl Clone for UpgradeCosts
impl Clone for UpgradeCosts
Source§fn clone(&self) -> UpgradeCosts
fn clone(&self) -> UpgradeCosts
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 UpgradeCosts
impl Debug for UpgradeCosts
Source§impl<'de> Deserialize<'de> for UpgradeCosts
impl<'de> Deserialize<'de> for UpgradeCosts
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 UpgradeCosts
impl PartialEq for UpgradeCosts
Source§impl Serialize for UpgradeCosts
impl Serialize for UpgradeCosts
impl StructuralPartialEq for UpgradeCosts
Auto Trait Implementations§
impl Freeze for UpgradeCosts
impl RefUnwindSafe for UpgradeCosts
impl Send for UpgradeCosts
impl Sync for UpgradeCosts
impl Unpin for UpgradeCosts
impl UnwindSafe for UpgradeCosts
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