pub struct MinionsSpawning {
pub event_id: usize,
pub event_time: f64,
}Fields§
§event_id: usize§event_time: f64Trait Implementations§
Source§impl Clone for MinionsSpawning
impl Clone for MinionsSpawning
Source§fn clone(&self) -> MinionsSpawning
fn clone(&self) -> MinionsSpawning
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MinionsSpawning
impl Debug for MinionsSpawning
Source§impl<'de> Deserialize<'de> for MinionsSpawning
impl<'de> Deserialize<'de> for MinionsSpawning
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 MinionsSpawning
impl PartialEq for MinionsSpawning
Source§fn eq(&self, other: &MinionsSpawning) -> bool
fn eq(&self, other: &MinionsSpawning) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MinionsSpawning
Auto Trait Implementations§
impl Freeze for MinionsSpawning
impl RefUnwindSafe for MinionsSpawning
impl Send for MinionsSpawning
impl Sync for MinionsSpawning
impl Unpin for MinionsSpawning
impl UnsafeUnpin for MinionsSpawning
impl UnwindSafe for MinionsSpawning
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