pub struct SubEvent {
pub period_id: u8,
pub min: u16,
pub time_str: String,
pub team_id: String,
pub player_id: String,
pub player_name: String,
pub player2_id: String,
pub player2_name: String,
}Fields§
§period_id: u8§min: u16§time_str: String§team_id: String§player_id: String§player_name: String§player2_id: String§player2_name: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for SubEvent
impl<'de> Deserialize<'de> for SubEvent
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
Auto Trait Implementations§
impl Freeze for SubEvent
impl RefUnwindSafe for SubEvent
impl Send for SubEvent
impl Sync for SubEvent
impl Unpin for SubEvent
impl UnwindSafe for SubEvent
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