Struct tf_demo_parser::demo::gamevent::GameEventEntry
source · pub struct GameEventEntry {
pub name: String,
pub kind: GameEventValueType,
}Fields§
§name: String§kind: GameEventValueTypeTrait Implementations§
source§impl Clone for GameEventEntry
impl Clone for GameEventEntry
source§fn clone(&self) -> GameEventEntry
fn clone(&self) -> GameEventEntry
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 GameEventEntry
impl Debug for GameEventEntry
source§impl<'de> Deserialize<'de> for GameEventEntry
impl<'de> Deserialize<'de> for GameEventEntry
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 GameEventEntry
impl PartialEq for GameEventEntry
source§fn eq(&self, other: &GameEventEntry) -> bool
fn eq(&self, other: &GameEventEntry) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for GameEventEntry
impl Serialize for GameEventEntry
impl StructuralPartialEq for GameEventEntry
Auto Trait Implementations§
impl RefUnwindSafe for GameEventEntry
impl Send for GameEventEntry
impl Sync for GameEventEntry
impl Unpin for GameEventEntry
impl UnwindSafe for GameEventEntry
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