Struct screeps::constants::find::DROPPED_RESOUCES
source · pub struct DROPPED_RESOUCES;Trait Implementations
sourceimpl FindConstant for DROPPED_RESOUCES
impl FindConstant for DROPPED_RESOUCES
Auto Trait Implementations
impl RefUnwindSafe for DROPPED_RESOUCES
impl Send for DROPPED_RESOUCES
impl Sync for DROPPED_RESOUCES
impl Unpin for DROPPED_RESOUCES
impl UnwindSafe for DROPPED_RESOUCES
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