#[repr(u8)]pub enum OreType {
RawOre = 0,
}Expand description
Material types extracted from asteroids.
Variants§
RawOre = 0
Trait Implementations§
Source§impl<'de> Deserialize<'de> for OreType
impl<'de> Deserialize<'de> for OreType
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
impl Copy for OreType
impl Eq for OreType
impl StructuralPartialEq for OreType
Auto Trait Implementations§
impl Freeze for OreType
impl RefUnwindSafe for OreType
impl Send for OreType
impl Sync for OreType
impl Unpin for OreType
impl UnsafeUnpin for OreType
impl UnwindSafe for OreType
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