pub struct InhibRespawned {
pub event_id: usize,
pub event_time: f64,
pub inhib_respawned: String,
}Fields§
§event_id: usize§event_time: f64§inhib_respawned: StringTrait Implementations§
Source§impl Clone for InhibRespawned
impl Clone for InhibRespawned
Source§fn clone(&self) -> InhibRespawned
fn clone(&self) -> InhibRespawned
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 InhibRespawned
impl Debug for InhibRespawned
Source§impl<'de> Deserialize<'de> for InhibRespawned
impl<'de> Deserialize<'de> for InhibRespawned
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 InhibRespawned
impl PartialEq for InhibRespawned
Source§fn eq(&self, other: &InhibRespawned) -> bool
fn eq(&self, other: &InhibRespawned) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InhibRespawned
Auto Trait Implementations§
impl Freeze for InhibRespawned
impl RefUnwindSafe for InhibRespawned
impl Send for InhibRespawned
impl Sync for InhibRespawned
impl Unpin for InhibRespawned
impl UnsafeUnpin for InhibRespawned
impl UnwindSafe for InhibRespawned
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