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