pub struct RepairAllEvent {
pub cost: u64,
}
Fields§
§cost: u64
Trait Implementations§
Source§impl Clone for RepairAllEvent
impl Clone for RepairAllEvent
Source§fn clone(&self) -> RepairAllEvent
fn clone(&self) -> RepairAllEvent
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RepairAllEvent
impl Debug for RepairAllEvent
Source§impl<'de> Deserialize<'de> for RepairAllEvent
impl<'de> Deserialize<'de> for RepairAllEvent
Source§fn 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
Source§impl PartialEq for RepairAllEvent
impl PartialEq for RepairAllEvent
Source§impl Serialize for RepairAllEvent
impl Serialize for RepairAllEvent
impl StructuralPartialEq for RepairAllEvent
Auto Trait Implementations§
impl Freeze for RepairAllEvent
impl RefUnwindSafe for RepairAllEvent
impl Send for RepairAllEvent
impl Sync for RepairAllEvent
impl Unpin for RepairAllEvent
impl UnwindSafe for RepairAllEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more