pub enum Look {
Show 18 variants
Creeps,
Energy,
Resources,
Sources,
Minerals,
Structures,
Flags,
ConstructionSites,
Nukes,
Terrain,
Tombstones,
PowerCreeps,
Deposits,
Ruins,
ScoreContainers,
ScoreCollectors,
SymbolContainers,
SymbolDecoders,
// some variants omitted
}Expand description
Translates LOOK_* constants.
Variants§
Creeps
Energy
Resources
Sources
Minerals
Structures
Flags
ConstructionSites
Nukes
Terrain
Tombstones
PowerCreeps
Deposits
Ruins
ScoreContainers
ScoreCollectors
SymbolContainers
SymbolDecoders
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Look
impl<'de> Deserialize<'de> for Look
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 FromWasmAbi for Look
impl FromWasmAbi for Look
source§impl IntoWasmAbi for Look
impl IntoWasmAbi for Look
source§impl OptionFromWasmAbi for Look
impl OptionFromWasmAbi for Look
source§impl OptionIntoWasmAbi for Look
impl OptionIntoWasmAbi for Look
source§impl PartialEq<Look> for Look
impl PartialEq<Look> for Look
source§impl Sequence for Look
impl Sequence for Look
impl Copy for Look
impl Eq for Look
impl StructuralEq for Look
impl StructuralPartialEq for Look
Auto Trait Implementations§
impl RefUnwindSafe for Look
impl Send for Look
impl Sync for Look
impl Unpin for Look
impl UnwindSafe for Look
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
source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abisource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.