Struct screeps::constants::find::MY_STRUCTURES
source · pub struct MY_STRUCTURES;Trait Implementations
sourceimpl FindConstant for MY_STRUCTURES
impl FindConstant for MY_STRUCTURES
type Item = OwnedStructure
fn find_code(&self) -> i32
Auto Trait Implementations
impl RefUnwindSafe for MY_STRUCTURES
impl Send for MY_STRUCTURES
impl Sync for MY_STRUCTURES
impl Unpin for MY_STRUCTURES
impl UnwindSafe for MY_STRUCTURES
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