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