pub struct MatchupResponse {
pub last_update: Option<String>,
pub data_all: Option<Vec<MatchupCharResponse>>,
pub data_1700: Option<Vec<MatchupCharResponse>>,
}Fields§
§last_update: Option<String>§data_all: Option<Vec<MatchupCharResponse>>§data_1700: Option<Vec<MatchupCharResponse>>Implementations§
Source§impl MatchupResponse
impl MatchupResponse
pub fn new() -> MatchupResponse
Trait Implementations§
Source§impl Clone for MatchupResponse
impl Clone for MatchupResponse
Source§fn clone(&self) -> MatchupResponse
fn clone(&self) -> MatchupResponse
Returns a duplicate 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 MatchupResponse
impl Debug for MatchupResponse
Source§impl Default for MatchupResponse
impl Default for MatchupResponse
Source§fn default() -> MatchupResponse
fn default() -> MatchupResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MatchupResponse
impl<'de> Deserialize<'de> for MatchupResponse
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 MatchupResponse
impl PartialEq for MatchupResponse
Source§impl Serialize for MatchupResponse
impl Serialize for MatchupResponse
impl StructuralPartialEq for MatchupResponse
Auto Trait Implementations§
impl Freeze for MatchupResponse
impl RefUnwindSafe for MatchupResponse
impl Send for MatchupResponse
impl Sync for MatchupResponse
impl Unpin for MatchupResponse
impl UnsafeUnpin for MatchupResponse
impl UnwindSafe for MatchupResponse
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