Struct screeps::objects::UpgradeControllerEvent
source · Fields
amount: u32
energy_spent: u32
Trait Implementations
sourceimpl Clone for UpgradeControllerEvent
impl Clone for UpgradeControllerEvent
sourcefn clone(&self) -> UpgradeControllerEvent
fn clone(&self) -> UpgradeControllerEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UpgradeControllerEvent
impl Debug for UpgradeControllerEvent
sourceimpl<'de> Deserialize<'de> for UpgradeControllerEvent
impl<'de> Deserialize<'de> for UpgradeControllerEvent
sourcefn 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
sourceimpl PartialEq<UpgradeControllerEvent> for UpgradeControllerEvent
impl PartialEq<UpgradeControllerEvent> for UpgradeControllerEvent
sourcefn eq(&self, other: &UpgradeControllerEvent) -> bool
fn eq(&self, other: &UpgradeControllerEvent) -> bool
impl Copy for UpgradeControllerEvent
impl Eq for UpgradeControllerEvent
impl StructuralEq for UpgradeControllerEvent
impl StructuralPartialEq for UpgradeControllerEvent
Auto Trait Implementations
impl RefUnwindSafe for UpgradeControllerEvent
impl Send for UpgradeControllerEvent
impl Sync for UpgradeControllerEvent
impl Unpin for UpgradeControllerEvent
impl UnwindSafe for UpgradeControllerEvent
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