Struct screeps::constants::look::CONSTRUCTION_SITES
source · pub struct CONSTRUCTION_SITES;Trait Implementations
sourceimpl LookConstant for CONSTRUCTION_SITES
impl LookConstant for CONSTRUCTION_SITES
type Item = ConstructionSite
fn convert_and_check_items(reference: Value) -> Vec<Self::Item>
fn look_code(&self) -> Look
Auto Trait Implementations
impl RefUnwindSafe for CONSTRUCTION_SITES
impl Send for CONSTRUCTION_SITES
impl Sync for CONSTRUCTION_SITES
impl Unpin for CONSTRUCTION_SITES
impl UnwindSafe for CONSTRUCTION_SITES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T, U> IntoExpectedType<U> for Twhere
U: FromExpectedType<T>,
impl<T, U> IntoExpectedType<U> for Twhere
U: FromExpectedType<T>,
sourcefn into_expected_type(self) -> Result<U, ConversionError>
fn into_expected_type(self) -> Result<U, ConversionError>
Casts this value as the target type, making the assumption that the types are correct. Read more