pub struct MatchCard {
pub id_str: String,
pub jump_url: String,
pub match_info: MatchInfo,
}Fields§
§id_str: String动态 ID
jump_url: String跳转 URL
match_info: MatchInfo比赛信息
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MatchCard
impl<'de> Deserialize<'de> for MatchCard
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
impl StructuralPartialEq for MatchCard
Auto Trait Implementations§
impl Freeze for MatchCard
impl RefUnwindSafe for MatchCard
impl Send for MatchCard
impl Sync for MatchCard
impl Unpin for MatchCard
impl UnsafeUnpin for MatchCard
impl UnwindSafe for MatchCard
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