pub enum BlacksmithAction {
Dismantle = 201,
SocketUpgrade = 202,
SocketUpgradeWithMushrooms = 212,
GemExtract = 203,
GemExtractWithMushrooms = 213,
Upgrade = 204,
}
Variants§
Dismantle = 201
SocketUpgrade = 202
SocketUpgradeWithMushrooms = 212
GemExtract = 203
GemExtractWithMushrooms = 213
Upgrade = 204
Trait Implementations§
Source§impl Clone for BlacksmithAction
impl Clone for BlacksmithAction
Source§fn clone(&self) -> BlacksmithAction
fn clone(&self) -> BlacksmithAction
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 BlacksmithAction
impl Debug for BlacksmithAction
Source§impl<'de> Deserialize<'de> for BlacksmithAction
impl<'de> Deserialize<'de> for BlacksmithAction
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 BlacksmithAction
impl PartialEq for BlacksmithAction
Source§impl Serialize for BlacksmithAction
impl Serialize for BlacksmithAction
impl Copy for BlacksmithAction
impl StructuralPartialEq for BlacksmithAction
Auto Trait Implementations§
impl Freeze for BlacksmithAction
impl RefUnwindSafe for BlacksmithAction
impl Send for BlacksmithAction
impl Sync for BlacksmithAction
impl Unpin for BlacksmithAction
impl UnwindSafe for BlacksmithAction
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