pub struct BroadcastTeamPovMatchEntry {
pub round_id: String,
pub opponent: String,
pub mp: Option<f64>,
pub gp: Option<f64>,
pub points: Option<BroadcastPointStr>,
}Fields§
§round_id: String§opponent: String§mp: Option<f64>§gp: Option<f64>§points: Option<BroadcastPointStr>Trait Implementations§
Source§impl Clone for BroadcastTeamPovMatchEntry
impl Clone for BroadcastTeamPovMatchEntry
Source§fn clone(&self) -> BroadcastTeamPovMatchEntry
fn clone(&self) -> BroadcastTeamPovMatchEntry
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 BroadcastTeamPovMatchEntry
impl Debug for BroadcastTeamPovMatchEntry
Source§impl<'de> Deserialize<'de> for BroadcastTeamPovMatchEntry
impl<'de> Deserialize<'de> for BroadcastTeamPovMatchEntry
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 BroadcastTeamPovMatchEntry
impl RefUnwindSafe for BroadcastTeamPovMatchEntry
impl Send for BroadcastTeamPovMatchEntry
impl Sync for BroadcastTeamPovMatchEntry
impl Unpin for BroadcastTeamPovMatchEntry
impl UnsafeUnpin for BroadcastTeamPovMatchEntry
impl UnwindSafe for BroadcastTeamPovMatchEntry
Blanket Implementations§
impl<B> BodyBounds for Bwhere
B: Serialize,
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