Struct screeps::objects::RepairEvent
source · [−]Fields
target_id: String
amount: u32
energy_spent: u32
Trait Implementations
sourceimpl Clone for RepairEvent
impl Clone for RepairEvent
sourcefn clone(&self) -> RepairEvent
fn clone(&self) -> RepairEvent
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 more
sourceimpl Debug for RepairEvent
impl Debug for RepairEvent
sourceimpl<'de> Deserialize<'de> for RepairEvent
impl<'de> Deserialize<'de> for RepairEvent
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<RepairEvent> for RepairEvent
impl PartialEq<RepairEvent> for RepairEvent
sourcefn eq(&self, other: &RepairEvent) -> bool
fn eq(&self, other: &RepairEvent) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Eq for RepairEvent
impl StructuralEq for RepairEvent
impl StructuralPartialEq for RepairEvent
Auto Trait Implementations
impl RefUnwindSafe for RepairEvent
impl Send for RepairEvent
impl Sync for RepairEvent
impl Unpin for RepairEvent
impl UnwindSafe for RepairEvent
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