pub struct ApiMatchList {
pub matches: Vec<ApiMatch>,
}Expand description
A list of realtime matches.
Fields§
§matches: Vec<ApiMatch>Trait Implementations§
Source§impl DeJson for ApiMatchList
impl DeJson for ApiMatchList
Source§impl Debug for ApiMatchList
impl Debug for ApiMatchList
Source§impl Default for ApiMatchList
impl Default for ApiMatchList
Source§fn default() -> ApiMatchList
fn default() -> ApiMatchList
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ApiMatchList
impl RefUnwindSafe for ApiMatchList
impl Send for ApiMatchList
impl Sync for ApiMatchList
impl Unpin for ApiMatchList
impl UnwindSafe for ApiMatchList
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