pub enum FactoriopediaID {
ItemPrototype(LuaItemPrototype),
FluidPrototype(LuaFluidPrototype),
RecipePrototype(LuaRecipePrototype),
EntityPrototype(LuaEntityPrototype),
TilePrototype(LuaTilePrototype),
SpaceLocationPrototype(LuaSpaceLocationPrototype),
TechnologyPrototype(LuaTechnologyPrototype),
AmmoCategoryPrototype(LuaAmmoCategoryPrototype),
SpaceConnectionPrototype(LuaSpaceConnectionPrototype),
AsteroidChunkPrototype(LuaAsteroidChunkPrototype),
VirtualSignalPrototype(LuaVirtualSignalPrototype),
SurfacePrototype(LuaSurfacePrototype),
}Variants§
ItemPrototype(LuaItemPrototype)
FluidPrototype(LuaFluidPrototype)
RecipePrototype(LuaRecipePrototype)
EntityPrototype(LuaEntityPrototype)
TilePrototype(LuaTilePrototype)
SpaceLocationPrototype(LuaSpaceLocationPrototype)
TechnologyPrototype(LuaTechnologyPrototype)
AmmoCategoryPrototype(LuaAmmoCategoryPrototype)
SpaceConnectionPrototype(LuaSpaceConnectionPrototype)
AsteroidChunkPrototype(LuaAsteroidChunkPrototype)
VirtualSignalPrototype(LuaVirtualSignalPrototype)
SurfacePrototype(LuaSurfacePrototype)
Trait Implementations§
Source§impl Clone for FactoriopediaID
impl Clone for FactoriopediaID
Source§fn clone(&self) -> FactoriopediaID
fn clone(&self) -> FactoriopediaID
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 FactoriopediaID
Source§impl Debug for FactoriopediaID
impl Debug for FactoriopediaID
Source§impl Default for FactoriopediaID
impl Default for FactoriopediaID
Source§impl From<FactoriopediaID> for LuaAny
impl From<FactoriopediaID> for LuaAny
Source§fn from(_: FactoriopediaID) -> Self
fn from(_: FactoriopediaID) -> Self
Converts to this type from the input type.
Source§impl From<LuaAmmoCategoryPrototype> for FactoriopediaID
impl From<LuaAmmoCategoryPrototype> for FactoriopediaID
Source§fn from(value: LuaAmmoCategoryPrototype) -> Self
fn from(value: LuaAmmoCategoryPrototype) -> Self
Converts to this type from the input type.
Source§impl From<LuaAsteroidChunkPrototype> for FactoriopediaID
impl From<LuaAsteroidChunkPrototype> for FactoriopediaID
Source§fn from(value: LuaAsteroidChunkPrototype) -> Self
fn from(value: LuaAsteroidChunkPrototype) -> Self
Converts to this type from the input type.
Source§impl From<LuaEntityPrototype> for FactoriopediaID
impl From<LuaEntityPrototype> for FactoriopediaID
Source§fn from(value: LuaEntityPrototype) -> Self
fn from(value: LuaEntityPrototype) -> Self
Converts to this type from the input type.
Source§impl From<LuaFluidPrototype> for FactoriopediaID
impl From<LuaFluidPrototype> for FactoriopediaID
Source§fn from(value: LuaFluidPrototype) -> Self
fn from(value: LuaFluidPrototype) -> Self
Converts to this type from the input type.
Source§impl From<LuaItemPrototype> for FactoriopediaID
impl From<LuaItemPrototype> for FactoriopediaID
Source§fn from(value: LuaItemPrototype) -> Self
fn from(value: LuaItemPrototype) -> Self
Converts to this type from the input type.
Source§impl From<LuaRecipePrototype> for FactoriopediaID
impl From<LuaRecipePrototype> for FactoriopediaID
Source§fn from(value: LuaRecipePrototype) -> Self
fn from(value: LuaRecipePrototype) -> Self
Converts to this type from the input type.
Source§impl From<LuaSpaceConnectionPrototype> for FactoriopediaID
impl From<LuaSpaceConnectionPrototype> for FactoriopediaID
Source§fn from(value: LuaSpaceConnectionPrototype) -> Self
fn from(value: LuaSpaceConnectionPrototype) -> Self
Converts to this type from the input type.
Source§impl From<LuaSpaceLocationPrototype> for FactoriopediaID
impl From<LuaSpaceLocationPrototype> for FactoriopediaID
Source§fn from(value: LuaSpaceLocationPrototype) -> Self
fn from(value: LuaSpaceLocationPrototype) -> Self
Converts to this type from the input type.
Source§impl From<LuaSurfacePrototype> for FactoriopediaID
impl From<LuaSurfacePrototype> for FactoriopediaID
Source§fn from(value: LuaSurfacePrototype) -> Self
fn from(value: LuaSurfacePrototype) -> Self
Converts to this type from the input type.
Source§impl From<LuaTechnologyPrototype> for FactoriopediaID
impl From<LuaTechnologyPrototype> for FactoriopediaID
Source§fn from(value: LuaTechnologyPrototype) -> Self
fn from(value: LuaTechnologyPrototype) -> Self
Converts to this type from the input type.
Source§impl From<LuaTilePrototype> for FactoriopediaID
impl From<LuaTilePrototype> for FactoriopediaID
Source§fn from(value: LuaTilePrototype) -> Self
fn from(value: LuaTilePrototype) -> Self
Converts to this type from the input type.
Source§impl From<LuaVirtualSignalPrototype> for FactoriopediaID
impl From<LuaVirtualSignalPrototype> for FactoriopediaID
Source§fn from(value: LuaVirtualSignalPrototype) -> Self
fn from(value: LuaVirtualSignalPrototype) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FactoriopediaID
impl PartialEq for FactoriopediaID
impl StructuralPartialEq for FactoriopediaID
Auto Trait Implementations§
impl Freeze for FactoriopediaID
impl RefUnwindSafe for FactoriopediaID
impl Send for FactoriopediaID
impl Sync for FactoriopediaID
impl Unpin for FactoriopediaID
impl UnsafeUnpin for FactoriopediaID
impl UnwindSafe for FactoriopediaID
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