pub enum UnlockableIDType {
Show 18 variants
SpaceLocation,
Recipe,
Quality,
Item,
Entity,
Fluid,
AsteroidChunk,
Tile,
AmmoCategory,
MiningWithFluid,
SpacePlatformUnlocked,
SpacePlatformsBuildable,
SpacePlatformTravel,
AsteroidCollectors,
SiloUnlocked,
StarterPacksAvailable,
ThrustersAvailable,
CaptureRobotsAvailable,
}Variants§
SpaceLocation
Recipe
Quality
Item
Entity
Fluid
AsteroidChunk
Tile
AmmoCategory
MiningWithFluid
SpacePlatformUnlocked
SpacePlatformsBuildable
SpacePlatformTravel
AsteroidCollectors
SiloUnlocked
StarterPacksAvailable
ThrustersAvailable
CaptureRobotsAvailable
Implementations§
Trait Implementations§
Source§impl Clone for UnlockableIDType
impl Clone for UnlockableIDType
Source§fn clone(&self) -> UnlockableIDType
fn clone(&self) -> UnlockableIDType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UnlockableIDType
Source§impl Debug for UnlockableIDType
impl Debug for UnlockableIDType
Source§impl Default for UnlockableIDType
impl Default for UnlockableIDType
impl Eq for UnlockableIDType
Source§impl From<UnlockableIDType> for LuaAny
impl From<UnlockableIDType> for LuaAny
Source§fn from(_: UnlockableIDType) -> Self
fn from(_: UnlockableIDType) -> Self
Converts to this type from the input type.
Source§impl From<UnlockableIDType> for &'static str
impl From<UnlockableIDType> for &'static str
Source§fn from(value: UnlockableIDType) -> Self
fn from(value: UnlockableIDType) -> Self
Converts to this type from the input type.
Source§impl Hash for UnlockableIDType
impl Hash for UnlockableIDType
Source§impl PartialEq for UnlockableIDType
impl PartialEq for UnlockableIDType
Source§impl PartialEq<&str> for UnlockableIDType
impl PartialEq<&str> for UnlockableIDType
Source§impl PartialEq<UnlockableIDType> for &str
impl PartialEq<UnlockableIDType> for &str
impl StructuralPartialEq for UnlockableIDType
Auto Trait Implementations§
impl Freeze for UnlockableIDType
impl RefUnwindSafe for UnlockableIDType
impl Send for UnlockableIDType
impl Sync for UnlockableIDType
impl Unpin for UnlockableIDType
impl UnsafeUnpin for UnlockableIDType
impl UnwindSafe for UnlockableIDType
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