pub enum ItemLevel {
Show 14 variants
KillEaterRank,
SpiritOfGivingRank,
KillEaterHolidayPunchRank,
KillEaterManTreadsRank,
KillEaterSapperRank,
KillEaterRobotsKilledRank,
KillEaterTimeCloakedRank,
KillEaterHealthGivenRank,
KillEaterPointsScored,
JournalDuckBadge,
KillEaterOperationContractRank,
KillEaterHalloweenSoulsRank,
KillEaterContractPointsEarnedRank,
KillEaterBackstabsAbsorbed,
}
Expand description
Item level.
Variants§
KillEaterRank
SpiritOfGivingRank
KillEaterHolidayPunchRank
KillEaterManTreadsRank
KillEaterSapperRank
KillEaterRobotsKilledRank
KillEaterTimeCloakedRank
KillEaterHealthGivenRank
KillEaterPointsScored
JournalDuckBadge
KillEaterOperationContractRank
KillEaterHalloweenSoulsRank
KillEaterContractPointsEarnedRank
KillEaterBackstabsAbsorbed
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ItemLevel
impl<'de> Deserialize<'de> for ItemLevel
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 From<&KillEaterScoreType> for ItemLevel
impl From<&KillEaterScoreType> for ItemLevel
Source§fn from(score_type: &KillEaterScoreType) -> Self
fn from(score_type: &KillEaterScoreType) -> Self
Converts to this type from the input type.
Source§impl From<KillEaterScoreType> for ItemLevel
impl From<KillEaterScoreType> for ItemLevel
Source§fn from(score_type: KillEaterScoreType) -> Self
fn from(score_type: KillEaterScoreType) -> Self
Converts to this type from the input type.
Source§impl IntoEnumIterator for ItemLevel
impl IntoEnumIterator for ItemLevel
Source§impl Ord for ItemLevel
impl Ord for ItemLevel
Source§impl PartialOrd for ItemLevel
impl PartialOrd for ItemLevel
impl Copy for ItemLevel
impl Eq for ItemLevel
impl StructuralPartialEq for ItemLevel
Auto Trait Implementations§
impl Freeze for ItemLevel
impl RefUnwindSafe for ItemLevel
impl Send for ItemLevel
impl Sync for ItemLevel
impl Unpin for ItemLevel
impl UnwindSafe for ItemLevel
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