#[repr(u32)]pub enum Sheen {
TeamShine = 1,
DeadlyDaffodil = 2,
Manndarin = 3,
MeanGreen = 4,
AgonizingEmerald = 5,
VillainousViolet = 6,
HotRod = 7,
}
Expand description
Sheen.
Variants§
TeamShine = 1
DeadlyDaffodil = 2
Manndarin = 3
MeanGreen = 4
AgonizingEmerald = 5
VillainousViolet = 6
HotRod = 7
Trait Implementations§
Source§impl Attribute for Sheen
impl Attribute for Sheen
Source§const ATTRIBUTE: AttributeDef
const ATTRIBUTE: AttributeDef
Represents the “killstreak_idleeffect” attribute.
Source§fn attribute_float_value(&self) -> Option<f32>
fn attribute_float_value(&self) -> Option<f32>
Gets the attribute float value.
Source§const USES_FLOAT_VALUE: bool = true
const USES_FLOAT_VALUE: bool = true
Not part of the schema. Read more
Source§fn attribute_value(&self) -> AttributeValue
fn attribute_value(&self) -> AttributeValue
Gets the attribute value.
Source§impl<'de> Deserialize<'de> for Sheen
impl<'de> Deserialize<'de> for Sheen
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<Sheen> for ItemAttribute
impl From<Sheen> for ItemAttribute
Source§impl Ord for Sheen
impl Ord for Sheen
Source§impl PartialOrd for Sheen
impl PartialOrd for Sheen
Source§impl TryFromIntAttributeValue for Sheen
impl TryFromIntAttributeValue for Sheen
Source§fn try_from_attribute_value(v: AttributeValue) -> Option<Self>
fn try_from_attribute_value(v: AttributeValue) -> Option<Self>
Attempts conversion from an attribute value.
Source§fn try_from_attribute_float_value(v: f32) -> Option<Self>
fn try_from_attribute_float_value(v: f32) -> Option<Self>
Attempts conversion from an attribute float value.
Source§impl TryFromPrimitive for Sheen
impl TryFromPrimitive for Sheen
impl Copy for Sheen
impl Eq for Sheen
impl StructuralPartialEq for Sheen
Auto Trait Implementations§
impl Freeze for Sheen
impl RefUnwindSafe for Sheen
impl Send for Sheen
impl Sync for Sheen
impl Unpin for Sheen
impl UnwindSafe for Sheen
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