pub enum RequestType {
Show 13 variants
Seasons,
Circuit,
Schedule,
Constructors,
Drivers,
QualifyingResult,
SprintResult,
RaceResult,
DriverStanding,
ConstructorStanding,
FinishingStatus,
LapTimes,
PitStops,
}Variants§
Seasons
Circuit
Schedule
Constructors
Drivers
QualifyingResult
SprintResult
RaceResult
DriverStanding
ConstructorStanding
FinishingStatus
LapTimes
PitStops
Trait Implementations§
Source§impl Debug for RequestType
impl Debug for RequestType
Source§impl Display for RequestType
impl Display for RequestType
impl Eq for RequestType
Source§impl Ord for RequestType
impl Ord for RequestType
Source§fn cmp(&self, other: &RequestType) -> Ordering
fn cmp(&self, other: &RequestType) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RequestType
impl PartialEq for RequestType
Source§impl PartialOrd for RequestType
impl PartialOrd for RequestType
impl StructuralPartialEq for RequestType
Auto Trait Implementations§
impl Freeze for RequestType
impl RefUnwindSafe for RequestType
impl Send for RequestType
impl Sync for RequestType
impl Unpin for RequestType
impl UnsafeUnpin for RequestType
impl UnwindSafe for RequestType
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
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.