Enum screeps::constants::look::LookResult
source · pub enum LookResult {
Show 19 variants
Creep(Creep),
Energy(Resource),
Resource(Resource),
Source(Source),
Mineral(Mineral),
Deposit(Deposit),
Structure(Structure),
Flag(Flag),
ConstructionSite(ConstructionSite),
Nuke(Nuke),
Terrain(Terrain),
Tombstone(Tombstone),
PowerCreep(PowerCreep),
Ruin(Ruin),
ScoreContainer(ScoreContainer),
ScoreCollector(ScoreCollector),
SymbolContainer(SymbolContainer),
SymbolDecoder(SymbolDecoder),
Reactor(Reactor),
}
Variants§
Creep(Creep)
Energy(Resource)
Resource(Resource)
Source(Source)
Mineral(Mineral)
Deposit(Deposit)
Structure(Structure)
Flag(Flag)
ConstructionSite(ConstructionSite)
Nuke(Nuke)
Terrain(Terrain)
Tombstone(Tombstone)
PowerCreep(PowerCreep)
Ruin(Ruin)
ScoreContainer(ScoreContainer)
Available on crate feature
score
only.ScoreCollector(ScoreCollector)
Available on crate feature
score
only.SymbolContainer(SymbolContainer)
Available on crate feature
symbols
only.SymbolDecoder(SymbolDecoder)
Available on crate feature
symbols
only.Reactor(Reactor)
Available on crate feature
thorium
only.Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LookResult
impl !Send for LookResult
impl !Sync for LookResult
impl Unpin for LookResult
impl UnwindSafe for LookResult
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